Shades of Green #036F16
Tints of Green #036F16
RGB
CMYK
RGB Variations
Color information
#036F16 (or 0x036F16) is known color: Green. HEX triplet: 03, 6F and 16. RGB value is (3,111,22). Sum of RGB (Red+Green+Blue) = 3+111+22=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 111 (43.75% from 255 or 81.62% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 111 - color contains mainly: green. Hex color #036F16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036F16 is #FC90E9. Grayscale: #444444. Windows color (decimal): -16552170 or 1470211. OLE color: 1470211.
HSL color Cylindrical-coordinate representation of color #036F16: hue angle of 130.56º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036F16 is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 111 | 22 | - |
| CMYK | 0.97 | 0 | 0.80 | 0.56 |
| HSL | 130.56º | 0.95% | 0.22% | - |
| HSV(B) | 130.56º | 0.97% | 0.44% | - |
| XYZ | 5.87 | 11.45 | 2.66 | - |
| YUV | 68.56 | 101.72 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 22 | 0.97 | 0 | 0.80 | 0.56 | 130.56 | 0.95 | 0.22 |
| Hex | 3 | 6F | 16 | 61 | 0 | 50 | 38 | 83 | 5F | 16 |
| Octal | 3 | 157 | 26 | 141 | 0 | 120 | 70 | 203 | 137 | 26 |
| Binary | 11 | 1101111 | 10110 | 1100001 | 0 | 1010000 | 111000 | 10000011 | 1011111 | 10110 |
Color Harmonies of #036F16
Complementary color
Monochromatic Colors of #036F16
Black with #036F16
Text Example
Text Example
White with #036F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036F16; }
p { color: rgb(3,111,22); }
H1.HeaderClassName
{
color: #036F16;
}
.AnyTagClassName
{
color: #036F16;
}
</style>
background-color css
<style>
a { background-color: #036F16; }
a { background-color: rgb(3,111,22); }
div.DivClassName
{
background-color: #036F16;
}
.BgClassName
{
background-color: #036F16;
}
</style>
border-color css
<style>
span { border-color: #036F16; }
span { border-color: rgb(3,111,22); }
td.TdClassName
{
border-color: #036F16;
}
.TagClassName
{
border-color: #036F16;
}
</style>