Shades of Green #036408
Tints of Green #036408
RGB
CMYK
RGB Variations
Color information
#036408 (or 0x036408) is known color: Green. HEX triplet: 03, 64 and 08. RGB value is (3,100,8). Sum of RGB (Red+Green+Blue) = 3+100+8=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 100 (39.45% from 255 or 90.09% from 111); Blue value is 8 (3.52% from 255 or 7.21% from 111); Max value from RGB is 100 - color contains mainly: green. Hex color #036408 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036408 is #FC9BF7. Grayscale: #3C3C3C. Windows color (decimal): -16555000 or 549891. OLE color: 549891.
HSL color Cylindrical-coordinate representation of color #036408: hue angle of 123.09º 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 #036408 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 100 | 8 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.61 |
| HSL | 123.09º | 0.94% | 0.2% | - |
| HSV(B) | 123.09º | 0.97% | 0.39% | - |
| XYZ | 4.64 | 9.15 | 1.75 | - |
| YUV | 60.51 | 98.36 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 8 | 0.97 | 0 | 0.92 | 0.61 | 123.09 | 0.94 | 0.2 |
| Hex | 3 | 64 | 8 | 61 | 0 | 5C | 3D | 7B | 5E | 14 |
| Octal | 3 | 144 | 10 | 141 | 0 | 134 | 75 | 173 | 136 | 24 |
| Binary | 11 | 1100100 | 1000 | 1100001 | 0 | 1011100 | 111101 | 1111011 | 1011110 | 10100 |
Color Harmonies of #036408
Complementary color
Monochromatic Colors of #036408
Black with #036408
Text Example
Text Example
White with #036408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036408; }
p { color: rgb(3,100,8); }
H1.HeaderClassName
{
color: #036408;
}
.AnyTagClassName
{
color: #036408;
}
</style>
background-color css
<style>
a { background-color: #036408; }
a { background-color: rgb(3,100,8); }
div.DivClassName
{
background-color: #036408;
}
.BgClassName
{
background-color: #036408;
}
</style>
border-color css
<style>
span { border-color: #036408; }
span { border-color: rgb(3,100,8); }
td.TdClassName
{
border-color: #036408;
}
.TagClassName
{
border-color: #036408;
}
</style>