Shades of Fern Green #527D36
Tints of Fern Green #527D36
RGB
CMYK
RGB Variations
Color information
#527D36 (or 0x527D36) is known color: Fern Green. HEX triplet: 52, 7D and 36. RGB value is (82,125,54). Sum of RGB (Red+Green+Blue) = 82+125+54=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 125 (49.22% from 255 or 47.89% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 125 - color contains mainly: green. Hex color #527D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527D36 is #AD82C9. Grayscale: #686868. Windows color (decimal): -11371210 or 3571026. OLE color: 3571026.
HSL color Cylindrical-coordinate representation of color #527D36: hue angle of 96.34º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #527D36 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 125 | 54 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.51 |
| HSL | 96.34º | 0.4% | 0.35% | - |
| HSV(B) | 96.34º | 0.57% | 0.49% | - |
| XYZ | 11.48 | 16.73 | 6.11 | - |
| YUV | 104.05 | 99.75 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 125 | 54 | 0.34 | 0 | 0.57 | 0.51 | 96.34 | 0.4 | 0.35 |
| Hex | 52 | 7D | 36 | 22 | 0 | 39 | 33 | 60 | 28 | 23 |
| Octal | 122 | 175 | 66 | 42 | 0 | 71 | 63 | 140 | 50 | 43 |
| Binary | 1010010 | 1111101 | 110110 | 100010 | 0 | 111001 | 110011 | 1100000 | 101000 | 100011 |
Color Harmonies of #527D36
Complementary color
Monochromatic Colors of #527D36
Black with #527D36
Text Example
Text Example
White with #527D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527D36; }
p { color: rgb(82,125,54); }
H1.HeaderClassName
{
color: #527D36;
}
.AnyTagClassName
{
color: #527D36;
}
</style>
background-color css
<style>
a { background-color: #527D36; }
a { background-color: rgb(82,125,54); }
div.DivClassName
{
background-color: #527D36;
}
.BgClassName
{
background-color: #527D36;
}
</style>
border-color css
<style>
span { border-color: #527D36; }
span { border-color: rgb(82,125,54); }
td.TdClassName
{
border-color: #527D36;
}
.TagClassName
{
border-color: #527D36;
}
</style>