Shades of Green #036C11
Tints of Green #036C11
RGB
CMYK
RGB Variations
Color information
#036C11 (or 0x036C11) is known color: Green. HEX triplet: 03, 6C and 11. RGB value is (3,108,17). Sum of RGB (Red+Green+Blue) = 3+108+17=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 108 (42.58% from 255 or 84.38% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 108 - color contains mainly: green. Hex color #036C11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036C11 is #FC93EE. Grayscale: #424242. Windows color (decimal): -16552943 or 1141763. OLE color: 1141763.
HSL color Cylindrical-coordinate representation of color #036C11: hue angle of 128º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036C11 is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 108 | 17 | - |
| CMYK | 0.97 | 0 | 0.84 | 0.58 |
| HSL | 128º | 0.95% | 0.22% | - |
| HSV(B) | 128º | 0.97% | 0.42% | - |
| XYZ | 5.5 | 10.78 | 2.32 | - |
| YUV | 66.23 | 100.21 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 108 | 17 | 0.97 | 0 | 0.84 | 0.58 | 128 | 0.95 | 0.22 |
| Hex | 3 | 6C | 11 | 61 | 0 | 54 | 3A | 80 | 5F | 16 |
| Octal | 3 | 154 | 21 | 141 | 0 | 124 | 72 | 200 | 137 | 26 |
| Binary | 11 | 1101100 | 10001 | 1100001 | 0 | 1010100 | 111010 | 10000000 | 1011111 | 10110 |
Color Harmonies of #036C11
Complementary color
Monochromatic Colors of #036C11
Black with #036C11
Text Example
Text Example
White with #036C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036C11; }
p { color: rgb(3,108,17); }
H1.HeaderClassName
{
color: #036C11;
}
.AnyTagClassName
{
color: #036C11;
}
</style>
background-color css
<style>
a { background-color: #036C11; }
a { background-color: rgb(3,108,17); }
div.DivClassName
{
background-color: #036C11;
}
.BgClassName
{
background-color: #036C11;
}
</style>
border-color css
<style>
span { border-color: #036C11; }
span { border-color: rgb(3,108,17); }
td.TdClassName
{
border-color: #036C11;
}
.TagClassName
{
border-color: #036C11;
}
</style>