Shades of Fern Green #52963F
Tints of Fern Green #52963F
RGB
CMYK
RGB Variations
Color information
#52963F (or 0x52963F) is known color: Fern Green. HEX triplet: 52, 96 and 3F. RGB value is (82,150,63). Sum of RGB (Red+Green+Blue) = 82+150+63=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #52963F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52963F is #AD69C0. Grayscale: #787878. Windows color (decimal): -11364801 or 4167250. OLE color: 4167250.
HSL color Cylindrical-coordinate representation of color #52963F: hue angle of 106.9º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52963F is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 150 | 63 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.41 |
| HSL | 106.9º | 0.41% | 0.42% | - |
| HSV(B) | 106.9º | 0.58% | 0.59% | - |
| XYZ | 15.28 | 23.97 | 8.52 | - |
| YUV | 119.75 | 95.97 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 150 | 63 | 0.45 | 0 | 0.58 | 0.41 | 106.9 | 0.41 | 0.42 |
| Hex | 52 | 96 | 3F | 2D | 0 | 3A | 29 | 6B | 29 | 2A |
| Octal | 122 | 226 | 77 | 55 | 0 | 72 | 51 | 153 | 51 | 52 |
| Binary | 1010010 | 10010110 | 111111 | 101101 | 0 | 111010 | 101001 | 1101011 | 101001 | 101010 |
Color Harmonies of #52963F
Complementary color
Monochromatic Colors of #52963F
Black with #52963F
Text Example
Text Example
White with #52963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52963F; }
p { color: rgb(82,150,63); }
H1.HeaderClassName
{
color: #52963F;
}
.AnyTagClassName
{
color: #52963F;
}
</style>
background-color css
<style>
a { background-color: #52963F; }
a { background-color: rgb(82,150,63); }
div.DivClassName
{
background-color: #52963F;
}
.BgClassName
{
background-color: #52963F;
}
</style>
border-color css
<style>
span { border-color: #52963F; }
span { border-color: rgb(82,150,63); }
td.TdClassName
{
border-color: #52963F;
}
.TagClassName
{
border-color: #52963F;
}
</style>