Shades of Fern Green #52844A
Tints of Fern Green #52844A
RGB
CMYK
RGB Variations
Color information
#52844A (or 0x52844A) is known color: Fern Green. HEX triplet: 52, 84 and 4A. RGB value is (82,132,74). Sum of RGB (Red+Green+Blue) = 82+132+74=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 132 - color contains mainly: green. Hex color #52844A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52844A is #AD7BB5. Grayscale: #6E6E6E. Windows color (decimal): -11369398 or 4883538. OLE color: 4883538.
HSL color Cylindrical-coordinate representation of color #52844A: hue angle of 111.72º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52844A is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 132 | 74 | - |
| CMYK | 0.38 | 0 | 0.44 | 0.48 |
| HSL | 111.72º | 0.28% | 0.4% | - |
| HSV(B) | 111.72º | 0.44% | 0.52% | - |
| XYZ | 12.97 | 18.79 | 9.42 | - |
| YUV | 110.44 | 107.44 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 132 | 74 | 0.38 | 0 | 0.44 | 0.48 | 111.72 | 0.28 | 0.4 |
| Hex | 52 | 84 | 4A | 26 | 0 | 2C | 30 | 70 | 1C | 28 |
| Octal | 122 | 204 | 112 | 46 | 0 | 54 | 60 | 160 | 34 | 50 |
| Binary | 1010010 | 10000100 | 1001010 | 100110 | 0 | 101100 | 110000 | 1110000 | 11100 | 101000 |
Color Harmonies of #52844A
Complementary color
Monochromatic Colors of #52844A
Black with #52844A
Text Example
Text Example
White with #52844A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52844A; }
p { color: rgb(82,132,74); }
H1.HeaderClassName
{
color: #52844A;
}
.AnyTagClassName
{
color: #52844A;
}
</style>
background-color css
<style>
a { background-color: #52844A; }
a { background-color: rgb(82,132,74); }
div.DivClassName
{
background-color: #52844A;
}
.BgClassName
{
background-color: #52844A;
}
</style>
border-color css
<style>
span { border-color: #52844A; }
span { border-color: rgb(82,132,74); }
td.TdClassName
{
border-color: #52844A;
}
.TagClassName
{
border-color: #52844A;
}
</style>