Shades of Green #036611
Tints of Green #036611
RGB
CMYK
RGB Variations
Color information
#036611 (or 0x036611) is known color: Green. HEX triplet: 03, 66 and 11. RGB value is (3,102,17). Sum of RGB (Red+Green+Blue) = 3+102+17=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 102 (40.23% from 255 or 83.61% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 102 - color contains mainly: green. Hex color #036611 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036611 is #FC99EE. Grayscale: #3E3E3E. Windows color (decimal): -16554479 or 1140227. OLE color: 1140227.
HSL color Cylindrical-coordinate representation of color #036611: hue angle of 128.48º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036611 is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 102 | 17 | - |
| CMYK | 0.97 | 0 | 0.83 | 0.6 |
| HSL | 128.48º | 0.94% | 0.21% | - |
| HSV(B) | 128.48º | 0.97% | 0.4% | - |
| XYZ | 4.89 | 9.56 | 2.12 | - |
| YUV | 62.71 | 102.2 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 17 | 0.97 | 0 | 0.83 | 0.6 | 128.48 | 0.94 | 0.21 |
| Hex | 3 | 66 | 11 | 61 | 0 | 53 | 3C | 80 | 5E | 15 |
| Octal | 3 | 146 | 21 | 141 | 0 | 123 | 74 | 200 | 136 | 25 |
| Binary | 11 | 1100110 | 10001 | 1100001 | 0 | 1010011 | 111100 | 10000000 | 1011110 | 10101 |
Color Harmonies of #036611
Complementary color
Monochromatic Colors of #036611
Black with #036611
Text Example
Text Example
White with #036611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036611; }
p { color: rgb(3,102,17); }
H1.HeaderClassName
{
color: #036611;
}
.AnyTagClassName
{
color: #036611;
}
</style>
background-color css
<style>
a { background-color: #036611; }
a { background-color: rgb(3,102,17); }
div.DivClassName
{
background-color: #036611;
}
.BgClassName
{
background-color: #036611;
}
</style>
border-color css
<style>
span { border-color: #036611; }
span { border-color: rgb(3,102,17); }
td.TdClassName
{
border-color: #036611;
}
.TagClassName
{
border-color: #036611;
}
</style>