Shades of Green #036410
Tints of Green #036410
RGB
CMYK
RGB Variations
Color information
#036410 (or 0x036410) is known color: Green. HEX triplet: 03, 64 and 10. RGB value is (3,100,16). Sum of RGB (Red+Green+Blue) = 3+100+16=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 100 (39.45% from 255 or 84.03% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 100 - color contains mainly: green. Hex color #036410 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036410 is #FC9BEF. Grayscale: #3D3D3D. Windows color (decimal): -16554992 or 1074179. OLE color: 1074179.
HSL color Cylindrical-coordinate representation of color #036410: hue angle of 128.04º 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 #036410 is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 100 | 16 | - |
| CMYK | 0.97 | 0 | 0.84 | 0.61 |
| HSL | 128.04º | 0.94% | 0.2% | - |
| HSV(B) | 128.04º | 0.97% | 0.39% | - |
| XYZ | 4.69 | 9.17 | 2.01 | - |
| YUV | 61.42 | 102.36 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 16 | 0.97 | 0 | 0.84 | 0.61 | 128.04 | 0.94 | 0.2 |
| Hex | 3 | 64 | 10 | 61 | 0 | 54 | 3D | 80 | 5E | 14 |
| Octal | 3 | 144 | 20 | 141 | 0 | 124 | 75 | 200 | 136 | 24 |
| Binary | 11 | 1100100 | 10000 | 1100001 | 0 | 1010100 | 111101 | 10000000 | 1011110 | 10100 |
Color Harmonies of #036410
Complementary color
Monochromatic Colors of #036410
Black with #036410
Text Example
Text Example
White with #036410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036410; }
p { color: rgb(3,100,16); }
H1.HeaderClassName
{
color: #036410;
}
.AnyTagClassName
{
color: #036410;
}
</style>
background-color css
<style>
a { background-color: #036410; }
a { background-color: rgb(3,100,16); }
div.DivClassName
{
background-color: #036410;
}
.BgClassName
{
background-color: #036410;
}
</style>
border-color css
<style>
span { border-color: #036410; }
span { border-color: rgb(3,100,16); }
td.TdClassName
{
border-color: #036410;
}
.TagClassName
{
border-color: #036410;
}
</style>