Shades of Green #036411
Tints of Green #036411
RGB
CMYK
RGB Variations
Color information
#036411 (or 0x036411) is known color: Green. HEX triplet: 03, 64 and 11. RGB value is (3,100,17). Sum of RGB (Red+Green+Blue) = 3+100+17=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 100 (39.45% from 255 or 83.33% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 100 - color contains mainly: green. Hex color #036411 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036411 is #FC9BEE. Grayscale: #3D3D3D. Windows color (decimal): -16554991 or 1139715. OLE color: 1139715.
HSL color Cylindrical-coordinate representation of color #036411: hue angle of 128.66º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036411 is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 100 | 17 | - |
| CMYK | 0.97 | 0 | 0.83 | 0.61 |
| HSL | 128.66º | 0.94% | 0.2% | - |
| HSV(B) | 128.66º | 0.97% | 0.39% | - |
| XYZ | 4.7 | 9.17 | 2.05 | - |
| YUV | 61.54 | 102.86 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 17 | 0.97 | 0 | 0.83 | 0.61 | 128.66 | 0.94 | 0.2 |
| Hex | 3 | 64 | 11 | 61 | 0 | 53 | 3D | 81 | 5E | 14 |
| Octal | 3 | 144 | 21 | 141 | 0 | 123 | 75 | 201 | 136 | 24 |
| Binary | 11 | 1100100 | 10001 | 1100001 | 0 | 1010011 | 111101 | 10000001 | 1011110 | 10100 |
Color Harmonies of #036411
Complementary color
Monochromatic Colors of #036411
Black with #036411
Text Example
Text Example
White with #036411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036411; }
p { color: rgb(3,100,17); }
H1.HeaderClassName
{
color: #036411;
}
.AnyTagClassName
{
color: #036411;
}
</style>
background-color css
<style>
a { background-color: #036411; }
a { background-color: rgb(3,100,17); }
div.DivClassName
{
background-color: #036411;
}
.BgClassName
{
background-color: #036411;
}
</style>
border-color css
<style>
span { border-color: #036411; }
span { border-color: rgb(3,100,17); }
td.TdClassName
{
border-color: #036411;
}
.TagClassName
{
border-color: #036411;
}
</style>