node-rgbcolor
A nodejs module to parse color values Based on rgbcolor.js by Stoyan Stefanov sstoo@gmail.com http://www.phpied.com/rgb-color-parser-in-javascript/
Usage
var RGBColor = ;var color = 'darkblue';if colorok // 'ok' is true when the parsing was a success// log channelsconsole;// log HEX and RGBconsole;console;