Shades of Fern Green #528E40
Tints of Fern Green #528E40
RGB
CMYK
RGB Variations
Color information
#528E40 (or 0x528E40) is known color: Fern Green. HEX triplet: 52, 8E and 40. RGB value is (82,142,64). Sum of RGB (Red+Green+Blue) = 82+142+64=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 142 (55.86% from 255 or 49.31% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 142 - color contains mainly: green. Hex color #528E40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528E40 is #AD71BF. Grayscale: #737373. Windows color (decimal): -11366848 or 4230738. OLE color: 4230738.
HSL color Cylindrical-coordinate representation of color #528E40: hue angle of 106.15º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #528E40 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 142 | 64 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.44 |
| HSL | 106.15º | 0.38% | 0.4% | - |
| HSV(B) | 106.15º | 0.55% | 0.56% | - |
| XYZ | 14.08 | 21.51 | 8.26 | - |
| YUV | 115.17 | 99.12 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 64 | 0.42 | 0 | 0.55 | 0.44 | 106.15 | 0.38 | 0.4 |
| Hex | 52 | 8E | 40 | 2A | 0 | 37 | 2C | 6A | 26 | 28 |
| Octal | 122 | 216 | 100 | 52 | 0 | 67 | 54 | 152 | 46 | 50 |
| Binary | 1010010 | 10001110 | 1000000 | 101010 | 0 | 110111 | 101100 | 1101010 | 100110 | 101000 |
Color Harmonies of #528E40
Complementary color
Monochromatic Colors of #528E40
Black with #528E40
Text Example
Text Example
White with #528E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528E40; }
p { color: rgb(82,142,64); }
H1.HeaderClassName
{
color: #528E40;
}
.AnyTagClassName
{
color: #528E40;
}
</style>
background-color css
<style>
a { background-color: #528E40; }
a { background-color: rgb(82,142,64); }
div.DivClassName
{
background-color: #528E40;
}
.BgClassName
{
background-color: #528E40;
}
</style>
border-color css
<style>
span { border-color: #528E40; }
span { border-color: rgb(82,142,64); }
td.TdClassName
{
border-color: #528E40;
}
.TagClassName
{
border-color: #528E40;
}
</style>