Shades of Fern Green #528737
Tints of Fern Green #528737
RGB
CMYK
RGB Variations
Color information
#528737 (or 0x528737) is known color: Fern Green. HEX triplet: 52, 87 and 37. RGB value is (82,135,55). Sum of RGB (Red+Green+Blue) = 82+135+55=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 55 (21.88% from 255 or 20.22% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #528737 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528737 is #AD78C8. Grayscale: #6E6E6E. Windows color (decimal): -11368649 or 3639122. OLE color: 3639122.
HSL color Cylindrical-coordinate representation of color #528737: hue angle of 99.75º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #528737 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 135 | 55 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.47 |
| HSL | 99.75º | 0.42% | 0.37% | - |
| HSV(B) | 99.75º | 0.59% | 0.53% | - |
| XYZ | 12.83 | 19.4 | 6.68 | - |
| YUV | 110.03 | 96.94 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 135 | 55 | 0.39 | 0 | 0.59 | 0.47 | 99.75 | 0.42 | 0.37 |
| Hex | 52 | 87 | 37 | 27 | 0 | 3B | 2F | 64 | 2A | 25 |
| Octal | 122 | 207 | 67 | 47 | 0 | 73 | 57 | 144 | 52 | 45 |
| Binary | 1010010 | 10000111 | 110111 | 100111 | 0 | 111011 | 101111 | 1100100 | 101010 | 100101 |
Color Harmonies of #528737
Complementary color
Monochromatic Colors of #528737
Black with #528737
Text Example
Text Example
White with #528737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528737; }
p { color: rgb(82,135,55); }
H1.HeaderClassName
{
color: #528737;
}
.AnyTagClassName
{
color: #528737;
}
</style>
background-color css
<style>
a { background-color: #528737; }
a { background-color: rgb(82,135,55); }
div.DivClassName
{
background-color: #528737;
}
.BgClassName
{
background-color: #528737;
}
</style>
border-color css
<style>
span { border-color: #528737; }
span { border-color: rgb(82,135,55); }
td.TdClassName
{
border-color: #528737;
}
.TagClassName
{
border-color: #528737;
}
</style>