Shades of Forest Green #359632
Tints of Forest Green #359632
RGB
CMYK
RGB Variations
Color information
#359632 (or 0x359632) is known color: Forest Green. HEX triplet: 35, 96 and 32. RGB value is (53,150,50). Sum of RGB (Red+Green+Blue) = 53+150+50=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 150 (58.98% from 255 or 59.29% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 150 - color contains mainly: green. Hex color #359632 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359632 is #CA69CD. Grayscale: #6D6D6D. Windows color (decimal): -13265358 or 3315253. OLE color: 3315253.
HSL color Cylindrical-coordinate representation of color #359632: hue angle of 118.2º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #359632 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 53 | 150 | 50 | - |
| CMYK | 0.65 | 0 | 0.67 | 0.41 |
| HSL | 118.2º | 0.5% | 0.39% | - |
| HSV(B) | 118.2º | 0.67% | 0.59% | - |
| XYZ | 12.95 | 22.8 | 6.74 | - |
| YUV | 109.6 | 94.36 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 150 | 50 | 0.65 | 0 | 0.67 | 0.41 | 118.2 | 0.5 | 0.39 |
| Hex | 35 | 96 | 32 | 41 | 0 | 43 | 29 | 76 | 32 | 27 |
| Octal | 65 | 226 | 62 | 101 | 0 | 103 | 51 | 166 | 62 | 47 |
| Binary | 110101 | 10010110 | 110010 | 1000001 | 0 | 1000011 | 101001 | 1110110 | 110010 | 100111 |
Color Harmonies of #359632
Complementary color
Monochromatic Colors of #359632
Black with #359632
Text Example
Text Example
White with #359632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359632; }
p { color: rgb(53,150,50); }
H1.HeaderClassName
{
color: #359632;
}
.AnyTagClassName
{
color: #359632;
}
</style>
background-color css
<style>
a { background-color: #359632; }
a { background-color: rgb(53,150,50); }
div.DivClassName
{
background-color: #359632;
}
.BgClassName
{
background-color: #359632;
}
</style>
border-color css
<style>
span { border-color: #359632; }
span { border-color: rgb(53,150,50); }
td.TdClassName
{
border-color: #359632;
}
.TagClassName
{
border-color: #359632;
}
</style>