Shades of Fern Green #528E46
Tints of Fern Green #528E46
RGB
CMYK
RGB Variations
Color information
#528E46 (or 0x528E46) is known color: Fern Green. HEX triplet: 52, 8E and 46. RGB value is (82,142,70). Sum of RGB (Red+Green+Blue) = 82+142+70=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 142 (55.86% from 255 or 48.30% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 142 - color contains mainly: green. Hex color #528E46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528E46 is #AD71B9. Grayscale: #747474. Windows color (decimal): -11366842 or 4623954. OLE color: 4623954.
HSL color Cylindrical-coordinate representation of color #528E46: hue angle of 110º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #528E46 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 142 | 70 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.44 |
| HSL | 110º | 0.34% | 0.42% | - |
| HSV(B) | 110º | 0.51% | 0.56% | - |
| XYZ | 14.26 | 21.58 | 9.21 | - |
| YUV | 115.85 | 102.12 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 70 | 0.42 | 0 | 0.51 | 0.44 | 110 | 0.34 | 0.42 |
| Hex | 52 | 8E | 46 | 2A | 0 | 33 | 2C | 6E | 22 | 2A |
| Octal | 122 | 216 | 106 | 52 | 0 | 63 | 54 | 156 | 42 | 52 |
| Binary | 1010010 | 10001110 | 1000110 | 101010 | 0 | 110011 | 101100 | 1101110 | 100010 | 101010 |
Color Harmonies of #528E46
Complementary color
Monochromatic Colors of #528E46
Black with #528E46
Text Example
Text Example
White with #528E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528E46; }
p { color: rgb(82,142,70); }
H1.HeaderClassName
{
color: #528E46;
}
.AnyTagClassName
{
color: #528E46;
}
</style>
background-color css
<style>
a { background-color: #528E46; }
a { background-color: rgb(82,142,70); }
div.DivClassName
{
background-color: #528E46;
}
.BgClassName
{
background-color: #528E46;
}
</style>
border-color css
<style>
span { border-color: #528E46; }
span { border-color: rgb(82,142,70); }
td.TdClassName
{
border-color: #528E46;
}
.TagClassName
{
border-color: #528E46;
}
</style>