
Graphics::ColorNames::Netscape - Netscape 1.1 Color Names

require Graphics::ColorNames::Netscape;
$NameTable = Graphics::ColorNames::Netscape->NamesRgbTable();
$RgbBlack = $NameTable->{black};

This module defines color names and their associated RGB values associated with Netscape 1.1 (I cannot determine whether they were once usable in Netscape or were arbitrary names for RGB values-- many of these names are not recognized by later versions of Netscape).
Note that the colors "gold", "lightblue" and "mediumblue" are the same. This is because the reference Netscape page (below) shows those RGB values. (As of December 2002, the page is still on-line.)

Graphics::ColorNames, http://home1.netscape.com/home/bg/colorindex.html

Robert Rothenberg <rrwo@cpan.org>
<magnus@mbox604.swipnet.se> who pointed out Inconsistencies