Shades of Fern Green #527E4E
Tints of Fern Green #527E4E
RGB
CMYK
RGB Variations
Color information
#527E4E (or 0x527E4E) is known color: Fern Green. HEX triplet: 52, 7E and 4E. RGB value is (82,126,78). Sum of RGB (Red+Green+Blue) = 82+126+78=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 126 (49.61% from 255 or 44.06% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 126 - color contains mainly: green. Hex color #527E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527E4E is #AD81B1. Grayscale: #6B6B6B. Windows color (decimal): -11370930 or 5144146. OLE color: 5144146.
HSL color Cylindrical-coordinate representation of color #527E4E: hue angle of 115º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #527E4E is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 126 | 78 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.51 |
| HSL | 115º | 0.24% | 0.4% | - |
| HSV(B) | 115º | 0.38% | 0.49% | - |
| XYZ | 12.32 | 17.27 | 9.89 | - |
| YUV | 107.37 | 111.42 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 126 | 78 | 0.35 | 0 | 0.38 | 0.51 | 115 | 0.24 | 0.4 |
| Hex | 52 | 7E | 4E | 23 | 0 | 26 | 33 | 73 | 18 | 28 |
| Octal | 122 | 176 | 116 | 43 | 0 | 46 | 63 | 163 | 30 | 50 |
| Binary | 1010010 | 1111110 | 1001110 | 100011 | 0 | 100110 | 110011 | 1110011 | 11000 | 101000 |
Color Harmonies of #527E4E
Complementary color
Monochromatic Colors of #527E4E
Black with #527E4E
Text Example
Text Example
White with #527E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527E4E; }
p { color: rgb(82,126,78); }
H1.HeaderClassName
{
color: #527E4E;
}
.AnyTagClassName
{
color: #527E4E;
}
</style>
background-color css
<style>
a { background-color: #527E4E; }
a { background-color: rgb(82,126,78); }
div.DivClassName
{
background-color: #527E4E;
}
.BgClassName
{
background-color: #527E4E;
}
</style>
border-color css
<style>
span { border-color: #527E4E; }
span { border-color: rgb(82,126,78); }
td.TdClassName
{
border-color: #527E4E;
}
.TagClassName
{
border-color: #527E4E;
}
</style>