Shades of Fern Green #52884A
Tints of Fern Green #52884A
RGB
CMYK
RGB Variations
Color information
#52884A (or 0x52884A) is known color: Fern Green. HEX triplet: 52, 88 and 4A. RGB value is (82,136,74). Sum of RGB (Red+Green+Blue) = 82+136+74=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 136 - color contains mainly: green. Hex color #52884A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52884A is #AD77B5. Grayscale: #707070. Windows color (decimal): -11368374 or 4884562. OLE color: 4884562.
HSL color Cylindrical-coordinate representation of color #52884A: hue angle of 112.26º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #52884A is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 136 | 74 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.47 |
| HSL | 112.26º | 0.3% | 0.41% | - |
| HSV(B) | 112.26º | 0.46% | 0.53% | - |
| XYZ | 13.52 | 19.9 | 9.61 | - |
| YUV | 112.79 | 106.11 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 74 | 0.40 | 0 | 0.46 | 0.47 | 112.26 | 0.3 | 0.41 |
| Hex | 52 | 88 | 4A | 28 | 0 | 2E | 2F | 70 | 1E | 29 |
| Octal | 122 | 210 | 112 | 50 | 0 | 56 | 57 | 160 | 36 | 51 |
| Binary | 1010010 | 10001000 | 1001010 | 101000 | 0 | 101110 | 101111 | 1110000 | 11110 | 101001 |
Color Harmonies of #52884A
Complementary color
Monochromatic Colors of #52884A
Black with #52884A
Text Example
Text Example
White with #52884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52884A; }
p { color: rgb(82,136,74); }
H1.HeaderClassName
{
color: #52884A;
}
.AnyTagClassName
{
color: #52884A;
}
</style>
background-color css
<style>
a { background-color: #52884A; }
a { background-color: rgb(82,136,74); }
div.DivClassName
{
background-color: #52884A;
}
.BgClassName
{
background-color: #52884A;
}
</style>
border-color css
<style>
span { border-color: #52884A; }
span { border-color: rgb(82,136,74); }
td.TdClassName
{
border-color: #52884A;
}
.TagClassName
{
border-color: #52884A;
}
</style>