Shades of Fern Green #527E47
Tints of Fern Green #527E47
RGB
CMYK
RGB Variations
Color information
#527E47 (or 0x527E47) is known color: Fern Green. HEX triplet: 52, 7E and 47. RGB value is (82,126,71). Sum of RGB (Red+Green+Blue) = 82+126+71=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 126 (49.61% from 255 or 45.16% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 126 - color contains mainly: green. Hex color #527E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527E47 is #AD81B8. Grayscale: #6A6A6A. Windows color (decimal): -11370937 or 4685394. OLE color: 4685394.
HSL color Cylindrical-coordinate representation of color #527E47: hue angle of 108º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #527E47 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 126 | 71 | - |
| CMYK | 0.35 | 0 | 0.44 | 0.51 |
| HSL | 108º | 0.28% | 0.39% | - |
| HSV(B) | 108º | 0.44% | 0.49% | - |
| XYZ | 12.08 | 17.17 | 8.64 | - |
| YUV | 106.57 | 107.92 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 126 | 71 | 0.35 | 0 | 0.44 | 0.51 | 108 | 0.28 | 0.39 |
| Hex | 52 | 7E | 47 | 23 | 0 | 2C | 33 | 6C | 1C | 27 |
| Octal | 122 | 176 | 107 | 43 | 0 | 54 | 63 | 154 | 34 | 47 |
| Binary | 1010010 | 1111110 | 1000111 | 100011 | 0 | 101100 | 110011 | 1101100 | 11100 | 100111 |
Color Harmonies of #527E47
Complementary color
Monochromatic Colors of #527E47
Black with #527E47
Text Example
Text Example
White with #527E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527E47; }
p { color: rgb(82,126,71); }
H1.HeaderClassName
{
color: #527E47;
}
.AnyTagClassName
{
color: #527E47;
}
</style>
background-color css
<style>
a { background-color: #527E47; }
a { background-color: rgb(82,126,71); }
div.DivClassName
{
background-color: #527E47;
}
.BgClassName
{
background-color: #527E47;
}
</style>
border-color css
<style>
span { border-color: #527E47; }
span { border-color: rgb(82,126,71); }
td.TdClassName
{
border-color: #527E47;
}
.TagClassName
{
border-color: #527E47;
}
</style>