Shades of Fern Green #528E47
Tints of Fern Green #528E47
RGB
CMYK
RGB Variations
Color information
#528E47 (or 0x528E47) is known color: Fern Green. HEX triplet: 52, 8E and 47. RGB value is (82,142,71). Sum of RGB (Red+Green+Blue) = 82+142+71=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 142 (55.86% from 255 or 48.14% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 142 - color contains mainly: green. Hex color #528E47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528E47 is #AD71B8. Grayscale: #747474. Windows color (decimal): -11366841 or 4689490. OLE color: 4689490.
HSL color Cylindrical-coordinate representation of color #528E47: hue angle of 110.7º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #528E47 is Cyan = 0.42, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 142 | 71 | - |
| CMYK | 0.42 | 0 | 0.5 | 0.44 |
| HSL | 110.7º | 0.33% | 0.42% | - |
| HSV(B) | 110.7º | 0.5% | 0.56% | - |
| XYZ | 14.29 | 21.59 | 9.38 | - |
| YUV | 115.97 | 102.62 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 71 | 0.42 | 0 | 0.5 | 0.44 | 110.7 | 0.33 | 0.42 |
| Hex | 52 | 8E | 47 | 2A | 0 | 32 | 2C | 6F | 21 | 2A |
| Octal | 122 | 216 | 107 | 52 | 0 | 62 | 54 | 157 | 41 | 52 |
| Binary | 1010010 | 10001110 | 1000111 | 101010 | 0 | 110010 | 101100 | 1101111 | 100001 | 101010 |
Color Harmonies of #528E47
Complementary color
Monochromatic Colors of #528E47
Black with #528E47
Text Example
Text Example
White with #528E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528E47; }
p { color: rgb(82,142,71); }
H1.HeaderClassName
{
color: #528E47;
}
.AnyTagClassName
{
color: #528E47;
}
</style>
background-color css
<style>
a { background-color: #528E47; }
a { background-color: rgb(82,142,71); }
div.DivClassName
{
background-color: #528E47;
}
.BgClassName
{
background-color: #528E47;
}
</style>
border-color css
<style>
span { border-color: #528E47; }
span { border-color: rgb(82,142,71); }
td.TdClassName
{
border-color: #528E47;
}
.TagClassName
{
border-color: #528E47;
}
</style>