Shades of Green #196404
Tints of Green #196404
RGB
CMYK
RGB Variations
Color information
#196404 (or 0x196404) is known color: Green. HEX triplet: 19, 64 and 04. RGB value is (25,100,4). Sum of RGB (Red+Green+Blue) = 25+100+4=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 100 (39.45% from 255 or 77.52% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 100 - color contains mainly: green. Hex color #196404 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196404 is #E69BFB. Grayscale: #424242. Windows color (decimal): -15113212 or 287769. OLE color: 287769.
HSL color Cylindrical-coordinate representation of color #196404: hue angle of 106.88º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #196404 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 100 | 4 | - |
| CMYK | 0.75 | 0 | 0.96 | 0.61 |
| HSL | 106.88º | 0.92% | 0.2% | - |
| HSV(B) | 106.88º | 0.96% | 0.39% | - |
| XYZ | 4.98 | 9.33 | 1.65 | - |
| YUV | 66.63 | 92.65 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 4 | 0.75 | 0 | 0.96 | 0.61 | 106.88 | 0.92 | 0.2 |
| Hex | 19 | 64 | 4 | 4B | 0 | 60 | 3D | 6B | 5C | 14 |
| Octal | 31 | 144 | 4 | 113 | 0 | 140 | 75 | 153 | 134 | 24 |
| Binary | 11001 | 1100100 | 100 | 1001011 | 0 | 1100000 | 111101 | 1101011 | 1011100 | 10100 |
Color Harmonies of #196404
Complementary color
Monochromatic Colors of #196404
Black with #196404
Text Example
Text Example
White with #196404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196404; }
p { color: rgb(25,100,4); }
H1.HeaderClassName
{
color: #196404;
}
.AnyTagClassName
{
color: #196404;
}
</style>
background-color css
<style>
a { background-color: #196404; }
a { background-color: rgb(25,100,4); }
div.DivClassName
{
background-color: #196404;
}
.BgClassName
{
background-color: #196404;
}
</style>
border-color css
<style>
span { border-color: #196404; }
span { border-color: rgb(25,100,4); }
td.TdClassName
{
border-color: #196404;
}
.TagClassName
{
border-color: #196404;
}
</style>