Shades of Forest Green #36953A
Tints of Forest Green #36953A
RGB
CMYK
RGB Variations
Color information
#36953A (or 0x36953A) is known color: Forest Green. HEX triplet: 36, 95 and 3A. RGB value is (54,149,58). Sum of RGB (Red+Green+Blue) = 54+149+58=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 149 (58.59% from 255 or 57.09% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 149 - color contains mainly: green. Hex color #36953A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36953A is #C96AC5. Grayscale: #6E6E6E. Windows color (decimal): -13200070 or 3839286. OLE color: 3839286.
HSL color Cylindrical-coordinate representation of color #36953A: hue angle of 122.53º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36953A is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 149 | 58 | - |
| CMYK | 0.64 | 0 | 0.61 | 0.42 |
| HSL | 122.53º | 0.47% | 0.4% | - |
| HSV(B) | 122.53º | 0.64% | 0.58% | - |
| XYZ | 13.03 | 22.58 | 7.68 | - |
| YUV | 110.22 | 98.53 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 149 | 58 | 0.64 | 0 | 0.61 | 0.42 | 122.53 | 0.47 | 0.4 |
| Hex | 36 | 95 | 3A | 40 | 0 | 3D | 2A | 7B | 2F | 28 |
| Octal | 66 | 225 | 72 | 100 | 0 | 75 | 52 | 173 | 57 | 50 |
| Binary | 110110 | 10010101 | 111010 | 1000000 | 0 | 111101 | 101010 | 1111011 | 101111 | 101000 |
Color Harmonies of #36953A
Complementary color
Monochromatic Colors of #36953A
Black with #36953A
Text Example
Text Example
White with #36953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36953A; }
p { color: rgb(54,149,58); }
H1.HeaderClassName
{
color: #36953A;
}
.AnyTagClassName
{
color: #36953A;
}
</style>
background-color css
<style>
a { background-color: #36953A; }
a { background-color: rgb(54,149,58); }
div.DivClassName
{
background-color: #36953A;
}
.BgClassName
{
background-color: #36953A;
}
</style>
border-color css
<style>
span { border-color: #36953A; }
span { border-color: rgb(54,149,58); }
td.TdClassName
{
border-color: #36953A;
}
.TagClassName
{
border-color: #36953A;
}
</style>