Shades of Green #036404
Tints of Green #036404
RGB
CMYK
RGB Variations
Color information
#036404 (or 0x036404) is known color: Green. HEX triplet: 03, 64 and 04. RGB value is (3,100,4). Sum of RGB (Red+Green+Blue) = 3+100+4=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 100 (39.45% from 255 or 93.46% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 100 - color contains mainly: green. Hex color #036404 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036404 is #FC9BFB. Grayscale: #3C3C3C. Windows color (decimal): -16555004 or 287747. OLE color: 287747.
HSL color Cylindrical-coordinate representation of color #036404: hue angle of 120.62º 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 #036404 is Cyan = 0.97, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 100 | 4 | - |
| CMYK | 0.97 | 0 | 0.96 | 0.61 |
| HSL | 120.62º | 0.94% | 0.2% | - |
| HSV(B) | 120.62º | 0.97% | 0.39% | - |
| XYZ | 4.62 | 9.14 | 1.64 | - |
| YUV | 60.05 | 96.36 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 4 | 0.97 | 0 | 0.96 | 0.61 | 120.62 | 0.94 | 0.2 |
| Hex | 3 | 64 | 4 | 61 | 0 | 60 | 3D | 79 | 5E | 14 |
| Octal | 3 | 144 | 4 | 141 | 0 | 140 | 75 | 171 | 136 | 24 |
| Binary | 11 | 1100100 | 100 | 1100001 | 0 | 1100000 | 111101 | 1111001 | 1011110 | 10100 |
Color Harmonies of #036404
Complementary color
Monochromatic Colors of #036404
Black with #036404
Text Example
Text Example
White with #036404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036404; }
p { color: rgb(3,100,4); }
H1.HeaderClassName
{
color: #036404;
}
.AnyTagClassName
{
color: #036404;
}
</style>
background-color css
<style>
a { background-color: #036404; }
a { background-color: rgb(3,100,4); }
div.DivClassName
{
background-color: #036404;
}
.BgClassName
{
background-color: #036404;
}
</style>
border-color css
<style>
span { border-color: #036404; }
span { border-color: rgb(3,100,4); }
td.TdClassName
{
border-color: #036404;
}
.TagClassName
{
border-color: #036404;
}
</style>