Shades of Fern Green #52824E
Tints of Fern Green #52824E
RGB
CMYK
RGB Variations
Color information
#52824E (or 0x52824E) is known color: Fern Green. HEX triplet: 52, 82 and 4E. RGB value is (82,130,78). Sum of RGB (Red+Green+Blue) = 82+130+78=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #52824E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52824E is #AD7DB1. Grayscale: #6D6D6D. Windows color (decimal): -11369906 or 5145170. OLE color: 5145170.
HSL color Cylindrical-coordinate representation of color #52824E: hue angle of 115.38º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52824E is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 130 | 78 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.49 |
| HSL | 115.38º | 0.25% | 0.41% | - |
| HSV(B) | 115.38º | 0.4% | 0.51% | - |
| XYZ | 12.84 | 18.31 | 10.07 | - |
| YUV | 109.72 | 110.1 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 130 | 78 | 0.37 | 0 | 0.40 | 0.49 | 115.38 | 0.25 | 0.41 |
| Hex | 52 | 82 | 4E | 25 | 0 | 28 | 31 | 73 | 19 | 29 |
| Octal | 122 | 202 | 116 | 45 | 0 | 50 | 61 | 163 | 31 | 51 |
| Binary | 1010010 | 10000010 | 1001110 | 100101 | 0 | 101000 | 110001 | 1110011 | 11001 | 101001 |
Color Harmonies of #52824E
Complementary color
Monochromatic Colors of #52824E
Black with #52824E
Text Example
Text Example
White with #52824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52824E; }
p { color: rgb(82,130,78); }
H1.HeaderClassName
{
color: #52824E;
}
.AnyTagClassName
{
color: #52824E;
}
</style>
background-color css
<style>
a { background-color: #52824E; }
a { background-color: rgb(82,130,78); }
div.DivClassName
{
background-color: #52824E;
}
.BgClassName
{
background-color: #52824E;
}
</style>
border-color css
<style>
span { border-color: #52824E; }
span { border-color: rgb(82,130,78); }
td.TdClassName
{
border-color: #52824E;
}
.TagClassName
{
border-color: #52824E;
}
</style>