Shades of Fern Green #528D47
Tints of Fern Green #528D47
RGB
CMYK
RGB Variations
Color information
#528D47 (or 0x528D47) is known color: Fern Green. HEX triplet: 52, 8D and 47. RGB value is (82,141,71). Sum of RGB (Red+Green+Blue) = 82+141+71=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 141 (55.47% from 255 or 47.96% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 141 - color contains mainly: green. Hex color #528D47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528D47 is #AD72B8. Grayscale: #737373. Windows color (decimal): -11367097 or 4689234. OLE color: 4689234.
HSL color Cylindrical-coordinate representation of color #528D47: hue angle of 110.57º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #528D47 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 141 | 71 | - |
| CMYK | 0.42 | 0 | 0.50 | 0.45 |
| HSL | 110.57º | 0.33% | 0.42% | - |
| HSV(B) | 110.57º | 0.5% | 0.55% | - |
| XYZ | 14.14 | 21.3 | 9.33 | - |
| YUV | 115.38 | 102.95 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 141 | 71 | 0.42 | 0 | 0.50 | 0.45 | 110.57 | 0.33 | 0.42 |
| Hex | 52 | 8D | 47 | 2A | 0 | 32 | 2D | 6F | 21 | 2A |
| Octal | 122 | 215 | 107 | 52 | 0 | 62 | 55 | 157 | 41 | 52 |
| Binary | 1010010 | 10001101 | 1000111 | 101010 | 0 | 110010 | 101101 | 1101111 | 100001 | 101010 |
Color Harmonies of #528D47
Complementary color
Monochromatic Colors of #528D47
Black with #528D47
Text Example
Text Example
White with #528D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528D47; }
p { color: rgb(82,141,71); }
H1.HeaderClassName
{
color: #528D47;
}
.AnyTagClassName
{
color: #528D47;
}
</style>
background-color css
<style>
a { background-color: #528D47; }
a { background-color: rgb(82,141,71); }
div.DivClassName
{
background-color: #528D47;
}
.BgClassName
{
background-color: #528D47;
}
</style>
border-color css
<style>
span { border-color: #528D47; }
span { border-color: rgb(82,141,71); }
td.TdClassName
{
border-color: #528D47;
}
.TagClassName
{
border-color: #528D47;
}
</style>