Shades of Green #036A11
Tints of Green #036A11
RGB
CMYK
RGB Variations
Color information
#036A11 (or 0x036A11) is known color: Green. HEX triplet: 03, 6A and 11. RGB value is (3,106,17). Sum of RGB (Red+Green+Blue) = 3+106+17=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 106 (41.80% from 255 or 84.13% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 106 - color contains mainly: green. Hex color #036A11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036A11 is #FC95EE. Grayscale: #414141. Windows color (decimal): -16553455 or 1141251. OLE color: 1141251.
HSL color Cylindrical-coordinate representation of color #036A11: hue angle of 128.16º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036A11 is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 106 | 17 | - |
| CMYK | 0.97 | 0 | 0.84 | 0.58 |
| HSL | 128.16º | 0.94% | 0.21% | - |
| HSV(B) | 128.16º | 0.97% | 0.42% | - |
| XYZ | 5.29 | 10.37 | 2.25 | - |
| YUV | 65.06 | 100.88 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 106 | 17 | 0.97 | 0 | 0.84 | 0.58 | 128.16 | 0.94 | 0.21 |
| Hex | 3 | 6A | 11 | 61 | 0 | 54 | 3A | 80 | 5E | 15 |
| Octal | 3 | 152 | 21 | 141 | 0 | 124 | 72 | 200 | 136 | 25 |
| Binary | 11 | 1101010 | 10001 | 1100001 | 0 | 1010100 | 111010 | 10000000 | 1011110 | 10101 |
Color Harmonies of #036A11
Complementary color
Monochromatic Colors of #036A11
Black with #036A11
Text Example
Text Example
White with #036A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036A11; }
p { color: rgb(3,106,17); }
H1.HeaderClassName
{
color: #036A11;
}
.AnyTagClassName
{
color: #036A11;
}
</style>
background-color css
<style>
a { background-color: #036A11; }
a { background-color: rgb(3,106,17); }
div.DivClassName
{
background-color: #036A11;
}
.BgClassName
{
background-color: #036A11;
}
</style>
border-color css
<style>
span { border-color: #036A11; }
span { border-color: rgb(3,106,17); }
td.TdClassName
{
border-color: #036A11;
}
.TagClassName
{
border-color: #036A11;
}
</style>