Shades of Fern Green #52804A
Tints of Fern Green #52804A
RGB
CMYK
RGB Variations
Color information
#52804A (or 0x52804A) is known color: Fern Green. HEX triplet: 52, 80 and 4A. RGB value is (82,128,74). Sum of RGB (Red+Green+Blue) = 82+128+74=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #52804A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52804A is #AD7FB5. Grayscale: #6C6C6C. Windows color (decimal): -11370422 or 4882514. OLE color: 4882514.
HSL color Cylindrical-coordinate representation of color #52804A: hue angle of 111.11º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52804A is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 128 | 74 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.50 |
| HSL | 111.11º | 0.27% | 0.4% | - |
| HSV(B) | 111.11º | 0.42% | 0.5% | - |
| XYZ | 12.43 | 17.73 | 9.24 | - |
| YUV | 108.09 | 108.76 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 128 | 74 | 0.36 | 0 | 0.42 | 0.50 | 111.11 | 0.27 | 0.4 |
| Hex | 52 | 80 | 4A | 24 | 0 | 2A | 32 | 6F | 1B | 28 |
| Octal | 122 | 200 | 112 | 44 | 0 | 52 | 62 | 157 | 33 | 50 |
| Binary | 1010010 | 10000000 | 1001010 | 100100 | 0 | 101010 | 110010 | 1101111 | 11011 | 101000 |
Color Harmonies of #52804A
Complementary color
Monochromatic Colors of #52804A
Black with #52804A
Text Example
Text Example
White with #52804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52804A; }
p { color: rgb(82,128,74); }
H1.HeaderClassName
{
color: #52804A;
}
.AnyTagClassName
{
color: #52804A;
}
</style>
background-color css
<style>
a { background-color: #52804A; }
a { background-color: rgb(82,128,74); }
div.DivClassName
{
background-color: #52804A;
}
.BgClassName
{
background-color: #52804A;
}
</style>
border-color css
<style>
span { border-color: #52804A; }
span { border-color: rgb(82,128,74); }
td.TdClassName
{
border-color: #52804A;
}
.TagClassName
{
border-color: #52804A;
}
</style>