Shades of Green #036006
Tints of Green #036006
RGB
CMYK
RGB Variations
Color information
#036006 (or 0x036006) is known color: Green. HEX triplet: 03, 60 and 06. RGB value is (3,96,6). Sum of RGB (Red+Green+Blue) = 3+96+6=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 96 (37.89% from 255 or 91.43% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 96 - color contains mainly: green. Hex color #036006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036006 is #FC9FF9. Grayscale: #3A3A3A. Windows color (decimal): -16556026 or 417795. OLE color: 417795.
HSL color Cylindrical-coordinate representation of color #036006: hue angle of 121.94º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036006 is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 96 | 6 | - |
| CMYK | 0.97 | 0 | 0.94 | 0.62 |
| HSL | 121.94º | 0.94% | 0.19% | - |
| HSV(B) | 121.94º | 0.97% | 0.38% | - |
| XYZ | 4.25 | 8.4 | 1.57 | - |
| YUV | 57.93 | 98.69 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 96 | 6 | 0.97 | 0 | 0.94 | 0.62 | 121.94 | 0.94 | 0.19 |
| Hex | 3 | 60 | 6 | 61 | 0 | 5E | 3E | 7A | 5E | 13 |
| Octal | 3 | 140 | 6 | 141 | 0 | 136 | 76 | 172 | 136 | 23 |
| Binary | 11 | 1100000 | 110 | 1100001 | 0 | 1011110 | 111110 | 1111010 | 1011110 | 10011 |
Color Harmonies of #036006
Complementary color
Monochromatic Colors of #036006
Black with #036006
Text Example
Text Example
White with #036006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036006; }
p { color: rgb(3,96,6); }
H1.HeaderClassName
{
color: #036006;
}
.AnyTagClassName
{
color: #036006;
}
</style>
background-color css
<style>
a { background-color: #036006; }
a { background-color: rgb(3,96,6); }
div.DivClassName
{
background-color: #036006;
}
.BgClassName
{
background-color: #036006;
}
</style>
border-color css
<style>
span { border-color: #036006; }
span { border-color: rgb(3,96,6); }
td.TdClassName
{
border-color: #036006;
}
.TagClassName
{
border-color: #036006;
}
</style>