Shades of Green #016411
Tints of Green #016411
RGB
CMYK
RGB Variations
Color information
#016411 (or 0x016411) is known color: Green. HEX triplet: 01, 64 and 11. RGB value is (1,100,17). Sum of RGB (Red+Green+Blue) = 1+100+17=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 100 (39.45% from 255 or 84.75% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 100 - color contains mainly: green. Hex color #016411 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016411 is #FE9BEE. Grayscale: #3D3D3D. Windows color (decimal): -16686063 or 1139713. OLE color: 1139713.
HSL color Cylindrical-coordinate representation of color #016411: hue angle of 129.7º 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 #016411 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 100 | 17 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.61 |
| HSL | 129.7º | 0.98% | 0.2% | - |
| HSV(B) | 129.7º | 0.99% | 0.39% | - |
| XYZ | 4.67 | 9.16 | 2.05 | - |
| YUV | 60.94 | 103.2 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 17 | 0.99 | 0 | 0.83 | 0.61 | 129.7 | 0.98 | 0.2 |
| Hex | 1 | 64 | 11 | 63 | 0 | 53 | 3D | 82 | 62 | 14 |
| Octal | 1 | 144 | 21 | 143 | 0 | 123 | 75 | 202 | 142 | 24 |
| Binary | 1 | 1100100 | 10001 | 1100011 | 0 | 1010011 | 111101 | 10000010 | 1100010 | 10100 |
Color Harmonies of #016411
Complementary color
Monochromatic Colors of #016411
Black with #016411
Text Example
Text Example
White with #016411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016411; }
p { color: rgb(1,100,17); }
H1.HeaderClassName
{
color: #016411;
}
.AnyTagClassName
{
color: #016411;
}
</style>
background-color css
<style>
a { background-color: #016411; }
a { background-color: rgb(1,100,17); }
div.DivClassName
{
background-color: #016411;
}
.BgClassName
{
background-color: #016411;
}
</style>
border-color css
<style>
span { border-color: #016411; }
span { border-color: rgb(1,100,17); }
td.TdClassName
{
border-color: #016411;
}
.TagClassName
{
border-color: #016411;
}
</style>