Shades of Green #016403
Tints of Green #016403
RGB
CMYK
RGB Variations
Color information
#016403 (or 0x016403) is known color: Green. HEX triplet: 01, 64 and 03. RGB value is (1,100,3). Sum of RGB (Red+Green+Blue) = 1+100+3=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 100 (39.45% from 255 or 96.15% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 100 - color contains mainly: green. Hex color #016403 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016403 is #FE9BFC. Grayscale: #3B3B3B. Windows color (decimal): -16686077 or 222209. OLE color: 222209.
HSL color Cylindrical-coordinate representation of color #016403: hue angle of 121.21º 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 #016403 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 100 | 3 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.61 |
| HSL | 121.21º | 0.98% | 0.2% | - |
| HSV(B) | 121.21º | 0.99% | 0.39% | - |
| XYZ | 4.59 | 9.13 | 1.61 | - |
| YUV | 59.34 | 96.2 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 3 | 0.99 | 0 | 0.97 | 0.61 | 121.21 | 0.98 | 0.2 |
| Hex | 1 | 64 | 3 | 63 | 0 | 61 | 3D | 79 | 62 | 14 |
| Octal | 1 | 144 | 3 | 143 | 0 | 141 | 75 | 171 | 142 | 24 |
| Binary | 1 | 1100100 | 11 | 1100011 | 0 | 1100001 | 111101 | 1111001 | 1100010 | 10100 |
Color Harmonies of #016403
Complementary color
Monochromatic Colors of #016403
Black with #016403
Text Example
Text Example
White with #016403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016403; }
p { color: rgb(1,100,3); }
H1.HeaderClassName
{
color: #016403;
}
.AnyTagClassName
{
color: #016403;
}
</style>
background-color css
<style>
a { background-color: #016403; }
a { background-color: rgb(1,100,3); }
div.DivClassName
{
background-color: #016403;
}
.BgClassName
{
background-color: #016403;
}
</style>
border-color css
<style>
span { border-color: #016403; }
span { border-color: rgb(1,100,3); }
td.TdClassName
{
border-color: #016403;
}
.TagClassName
{
border-color: #016403;
}
</style>