Shades of Green #016414
Tints of Green #016414
RGB
CMYK
RGB Variations
Color information
#016414 (or 0x016414) is known color: Green. HEX triplet: 01, 64 and 14. RGB value is (1,100,20). Sum of RGB (Red+Green+Blue) = 1+100+20=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 100 (39.45% from 255 or 82.64% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 100 - color contains mainly: green. Hex color #016414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016414 is #FE9BEB. Grayscale: #3D3D3D. Windows color (decimal): -16686060 or 1336321. OLE color: 1336321.
HSL color Cylindrical-coordinate representation of color #016414: hue angle of 131.52º 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 #016414 is Cyan = 0.99, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 100 | 20 | - |
| CMYK | 0.99 | 0 | 0.8 | 0.61 |
| HSL | 131.52º | 0.98% | 0.2% | - |
| HSV(B) | 131.52º | 0.99% | 0.39% | - |
| XYZ | 4.7 | 9.17 | 2.18 | - |
| YUV | 61.28 | 104.7 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 20 | 0.99 | 0 | 0.8 | 0.61 | 131.52 | 0.98 | 0.2 |
| Hex | 1 | 64 | 14 | 63 | 0 | 50 | 3D | 84 | 62 | 14 |
| Octal | 1 | 144 | 24 | 143 | 0 | 120 | 75 | 204 | 142 | 24 |
| Binary | 1 | 1100100 | 10100 | 1100011 | 0 | 1010000 | 111101 | 10000100 | 1100010 | 10100 |
Color Harmonies of #016414
Complementary color
Monochromatic Colors of #016414
Black with #016414
Text Example
Text Example
White with #016414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016414; }
p { color: rgb(1,100,20); }
H1.HeaderClassName
{
color: #016414;
}
.AnyTagClassName
{
color: #016414;
}
</style>
background-color css
<style>
a { background-color: #016414; }
a { background-color: rgb(1,100,20); }
div.DivClassName
{
background-color: #016414;
}
.BgClassName
{
background-color: #016414;
}
</style>
border-color css
<style>
span { border-color: #016414; }
span { border-color: rgb(1,100,20); }
td.TdClassName
{
border-color: #016414;
}
.TagClassName
{
border-color: #016414;
}
</style>