Shades of Fern Green #528837
Tints of Fern Green #528837
RGB
CMYK
RGB Variations
Color information
#528837 (or 0x528837) is known color: Fern Green. HEX triplet: 52, 88 and 37. RGB value is (82,136,55). Sum of RGB (Red+Green+Blue) = 82+136+55=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #528837 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528837 is #AD77C8. Grayscale: #6E6E6E. Windows color (decimal): -11368393 or 3639378. OLE color: 3639378.
HSL color Cylindrical-coordinate representation of color #528837: hue angle of 100º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #528837 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 136 | 55 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.47 |
| HSL | 100º | 0.42% | 0.37% | - |
| HSV(B) | 100º | 0.6% | 0.53% | - |
| XYZ | 12.97 | 19.68 | 6.73 | - |
| YUV | 110.62 | 96.61 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 55 | 0.40 | 0 | 0.60 | 0.47 | 100 | 0.42 | 0.37 |
| Hex | 52 | 88 | 37 | 28 | 0 | 3C | 2F | 64 | 2A | 25 |
| Octal | 122 | 210 | 67 | 50 | 0 | 74 | 57 | 144 | 52 | 45 |
| Binary | 1010010 | 10001000 | 110111 | 101000 | 0 | 111100 | 101111 | 1100100 | 101010 | 100101 |
Color Harmonies of #528837
Complementary color
Monochromatic Colors of #528837
Black with #528837
Text Example
Text Example
White with #528837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528837; }
p { color: rgb(82,136,55); }
H1.HeaderClassName
{
color: #528837;
}
.AnyTagClassName
{
color: #528837;
}
</style>
background-color css
<style>
a { background-color: #528837; }
a { background-color: rgb(82,136,55); }
div.DivClassName
{
background-color: #528837;
}
.BgClassName
{
background-color: #528837;
}
</style>
border-color css
<style>
span { border-color: #528837; }
span { border-color: rgb(82,136,55); }
td.TdClassName
{
border-color: #528837;
}
.TagClassName
{
border-color: #528837;
}
</style>