Shades of Forest Green #36963A
Tints of Forest Green #36963A
RGB
CMYK
RGB Variations
Color information
#36963A (or 0x36963A) is known color: Forest Green. HEX triplet: 36, 96 and 3A. RGB value is (54,150,58). Sum of RGB (Red+Green+Blue) = 54+150+58=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 150 (58.98% from 255 or 57.25% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 150 - color contains mainly: green. Hex color #36963A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36963A is #C969C5. Grayscale: #6F6F6F. Windows color (decimal): -13199814 or 3839542. OLE color: 3839542.
HSL color Cylindrical-coordinate representation of color #36963A: hue angle of 122.5º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36963A is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 150 | 58 | - |
| CMYK | 0.64 | 0 | 0.61 | 0.41 |
| HSL | 122.5º | 0.47% | 0.4% | - |
| HSV(B) | 122.5º | 0.64% | 0.59% | - |
| XYZ | 13.19 | 22.9 | 7.73 | - |
| YUV | 110.81 | 98.2 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 150 | 58 | 0.64 | 0 | 0.61 | 0.41 | 122.5 | 0.47 | 0.4 |
| Hex | 36 | 96 | 3A | 40 | 0 | 3D | 29 | 7B | 2F | 28 |
| Octal | 66 | 226 | 72 | 100 | 0 | 75 | 51 | 173 | 57 | 50 |
| Binary | 110110 | 10010110 | 111010 | 1000000 | 0 | 111101 | 101001 | 1111011 | 101111 | 101000 |
Color Harmonies of #36963A
Complementary color
Monochromatic Colors of #36963A
Black with #36963A
Text Example
Text Example
White with #36963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36963A; }
p { color: rgb(54,150,58); }
H1.HeaderClassName
{
color: #36963A;
}
.AnyTagClassName
{
color: #36963A;
}
</style>
background-color css
<style>
a { background-color: #36963A; }
a { background-color: rgb(54,150,58); }
div.DivClassName
{
background-color: #36963A;
}
.BgClassName
{
background-color: #36963A;
}
</style>
border-color css
<style>
span { border-color: #36963A; }
span { border-color: rgb(54,150,58); }
td.TdClassName
{
border-color: #36963A;
}
.TagClassName
{
border-color: #36963A;
}
</style>