Shades of Fern Green #52953E
Tints of Fern Green #52953E
RGB
CMYK
RGB Variations
Color information
#52953E (or 0x52953E) is known color: Fern Green. HEX triplet: 52, 95 and 3E. RGB value is (82,149,62). Sum of RGB (Red+Green+Blue) = 82+149+62=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 149 (58.59% from 255 or 50.85% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 149 - color contains mainly: green. Hex color #52953E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52953E is #AD6AC1. Grayscale: #777777. Windows color (decimal): -11365058 or 4101458. OLE color: 4101458.
HSL color Cylindrical-coordinate representation of color #52953E: hue angle of 106.21º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52953E is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 149 | 62 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.42 |
| HSL | 106.21º | 0.41% | 0.41% | - |
| HSV(B) | 106.21º | 0.58% | 0.58% | - |
| XYZ | 15.1 | 23.64 | 8.32 | - |
| YUV | 119.05 | 95.8 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 149 | 62 | 0.45 | 0 | 0.58 | 0.42 | 106.21 | 0.41 | 0.41 |
| Hex | 52 | 95 | 3E | 2D | 0 | 3A | 2A | 6A | 29 | 29 |
| Octal | 122 | 225 | 76 | 55 | 0 | 72 | 52 | 152 | 51 | 51 |
| Binary | 1010010 | 10010101 | 111110 | 101101 | 0 | 111010 | 101010 | 1101010 | 101001 | 101001 |
Color Harmonies of #52953E
Complementary color
Monochromatic Colors of #52953E
Black with #52953E
Text Example
Text Example
White with #52953E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52953E; }
p { color: rgb(82,149,62); }
H1.HeaderClassName
{
color: #52953E;
}
.AnyTagClassName
{
color: #52953E;
}
</style>
background-color css
<style>
a { background-color: #52953E; }
a { background-color: rgb(82,149,62); }
div.DivClassName
{
background-color: #52953E;
}
.BgClassName
{
background-color: #52953E;
}
</style>
border-color css
<style>
span { border-color: #52953E; }
span { border-color: rgb(82,149,62); }
td.TdClassName
{
border-color: #52953E;
}
.TagClassName
{
border-color: #52953E;
}
</style>