Color::Library::Dictionary::HTML - (HTML) Colors from the HTML 4.0 specification


Color-Library documentation  | view source Contained in the Color-Library distribution.

Index


NAME

Top

Color::Library::Dictionary::HTML - (HTML) Colors from the HTML 4.0 specification

DESCRIPTION

Top

The HTML-4.0 specification defines 16 color names assigned to the full and half coordinate RGB primaries.

http://www.w3.org/TR/REC-html40/sgml/loosedtd.html#Color

COLORS

Top

	aqua    aqua    #00ffff

	black   black   #000000

	blue    blue    #0000ff

	fuchsia fuchsia #ff00ff

	fuscia  fuscia  #ff00ff

	gray    gray    #808080

	green   green   #008000

	lime    lime    #00ff00

	maroon  maroon  #800000

	navy    navy    #000080

	olive   olive   #808000

	purple  purple  #800080

	red     red     #ff0000

	silver  silver  #c0c0c0

	teal    teal    #008080

	white   white   #ffffff

	yellow  yellow  #ffff00





Color-Library documentation  | view source Contained in the Color-Library distribution.