Shades of Forest Green #369D34
Tints of Forest Green #369D34
RGB
CMYK
RGB Variations
Color information
#369D34 (or 0x369D34) is known color: Forest Green. HEX triplet: 36, 9D and 34. RGB value is (54,157,52). Sum of RGB (Red+Green+Blue) = 54+157+52=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 157 (61.72% from 255 or 59.70% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 157 - color contains mainly: green. Hex color #369D34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369D34 is #C962CB. Grayscale: #727272. Windows color (decimal): -13198028 or 3448118. OLE color: 3448118.
HSL color Cylindrical-coordinate representation of color #369D34: hue angle of 118.86º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #369D34 is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 157 | 52 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.38 |
| HSL | 118.86º | 0.5% | 0.41% | - |
| HSV(B) | 118.86º | 0.67% | 0.62% | - |
| XYZ | 14.2 | 25.15 | 7.35 | - |
| YUV | 114.23 | 92.88 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 157 | 52 | 0.66 | 0 | 0.67 | 0.38 | 118.86 | 0.5 | 0.41 |
| Hex | 36 | 9D | 34 | 42 | 0 | 43 | 26 | 77 | 32 | 29 |
| Octal | 66 | 235 | 64 | 102 | 0 | 103 | 46 | 167 | 62 | 51 |
| Binary | 110110 | 10011101 | 110100 | 1000010 | 0 | 1000011 | 100110 | 1110111 | 110010 | 101001 |
Color Harmonies of #369D34
Complementary color
Monochromatic Colors of #369D34
Black with #369D34
Text Example
Text Example
White with #369D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369D34; }
p { color: rgb(54,157,52); }
H1.HeaderClassName
{
color: #369D34;
}
.AnyTagClassName
{
color: #369D34;
}
</style>
background-color css
<style>
a { background-color: #369D34; }
a { background-color: rgb(54,157,52); }
div.DivClassName
{
background-color: #369D34;
}
.BgClassName
{
background-color: #369D34;
}
</style>
border-color css
<style>
span { border-color: #369D34; }
span { border-color: rgb(54,157,52); }
td.TdClassName
{
border-color: #369D34;
}
.TagClassName
{
border-color: #369D34;
}
</style>