Shades of Forest Green #36A032
Tints of Forest Green #36A032
RGB
CMYK
RGB Variations
Color information
#36A032 (or 0x36A032) is known color: Forest Green. HEX triplet: 36, A0 and 32. RGB value is (54,160,50). Sum of RGB (Red+Green+Blue) = 54+160+50=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 160 (62.89% from 255 or 60.61% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 160 - color contains mainly: green. Hex color #36A032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36A032 is #C95FCD. Grayscale: #747474. Windows color (decimal): -13197262 or 3317814. OLE color: 3317814.
HSL color Cylindrical-coordinate representation of color #36A032: hue angle of 117.82º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36A032 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 160 | 50 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.37 |
| HSL | 117.82º | 0.52% | 0.41% | - |
| HSV(B) | 117.82º | 0.69% | 0.63% | - |
| XYZ | 14.67 | 26.16 | 7.29 | - |
| YUV | 115.77 | 90.88 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 160 | 50 | 0.66 | 0 | 0.69 | 0.37 | 117.82 | 0.52 | 0.41 |
| Hex | 36 | A0 | 32 | 42 | 0 | 45 | 25 | 76 | 34 | 29 |
| Octal | 66 | 240 | 62 | 102 | 0 | 105 | 45 | 166 | 64 | 51 |
| Binary | 110110 | 10100000 | 110010 | 1000010 | 0 | 1000101 | 100101 | 1110110 | 110100 | 101001 |
Color Harmonies of #36A032
Complementary color
Monochromatic Colors of #36A032
Black with #36A032
Text Example
Text Example
White with #36A032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A032; }
p { color: rgb(54,160,50); }
H1.HeaderClassName
{
color: #36A032;
}
.AnyTagClassName
{
color: #36A032;
}
</style>
background-color css
<style>
a { background-color: #36A032; }
a { background-color: rgb(54,160,50); }
div.DivClassName
{
background-color: #36A032;
}
.BgClassName
{
background-color: #36A032;
}
</style>
border-color css
<style>
span { border-color: #36A032; }
span { border-color: rgb(54,160,50); }
td.TdClassName
{
border-color: #36A032;
}
.TagClassName
{
border-color: #36A032;
}
</style>