Shades of Green #016404
Tints of Green #016404
RGB
CMYK
RGB Variations
Color information
#016404 (or 0x016404) is known color: Green. HEX triplet: 01, 64 and 04. RGB value is (1,100,4). Sum of RGB (Red+Green+Blue) = 1+100+4=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 100 (39.45% from 255 or 95.24% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 100 - color contains mainly: green. Hex color #016404 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016404 is #FE9BFB. Grayscale: #3B3B3B. Windows color (decimal): -16686076 or 287745. OLE color: 287745.
HSL color Cylindrical-coordinate representation of color #016404: hue angle of 121.82º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016404 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 100 | 4 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.61 |
| HSL | 121.82º | 0.98% | 0.2% | - |
| HSV(B) | 121.82º | 0.99% | 0.39% | - |
| XYZ | 4.59 | 9.13 | 1.64 | - |
| YUV | 59.46 | 96.7 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 4 | 0.99 | 0 | 0.96 | 0.61 | 121.82 | 0.98 | 0.2 |
| Hex | 1 | 64 | 4 | 63 | 0 | 60 | 3D | 7A | 62 | 14 |
| Octal | 1 | 144 | 4 | 143 | 0 | 140 | 75 | 172 | 142 | 24 |
| Binary | 1 | 1100100 | 100 | 1100011 | 0 | 1100000 | 111101 | 1111010 | 1100010 | 10100 |
Color Harmonies of #016404
Complementary color
Monochromatic Colors of #016404
Black with #016404
Text Example
Text Example
White with #016404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016404; }
p { color: rgb(1,100,4); }
H1.HeaderClassName
{
color: #016404;
}
.AnyTagClassName
{
color: #016404;
}
</style>
background-color css
<style>
a { background-color: #016404; }
a { background-color: rgb(1,100,4); }
div.DivClassName
{
background-color: #016404;
}
.BgClassName
{
background-color: #016404;
}
</style>
border-color css
<style>
span { border-color: #016404; }
span { border-color: rgb(1,100,4); }
td.TdClassName
{
border-color: #016404;
}
.TagClassName
{
border-color: #016404;
}
</style>