Shades of Fern Green #527E46
Tints of Fern Green #527E46
RGB
CMYK
RGB Variations
Color information
#527E46 (or 0x527E46) is known color: Fern Green. HEX triplet: 52, 7E and 46. RGB value is (82,126,70). Sum of RGB (Red+Green+Blue) = 82+126+70=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 126 (49.61% from 255 or 45.32% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 126 - color contains mainly: green. Hex color #527E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527E46 is #AD81B9. Grayscale: #6A6A6A. Windows color (decimal): -11370938 or 4619858. OLE color: 4619858.
HSL color Cylindrical-coordinate representation of color #527E46: hue angle of 107.14º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #527E46 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 126 | 70 | - |
| CMYK | 0.35 | 0 | 0.44 | 0.51 |
| HSL | 107.14º | 0.29% | 0.38% | - |
| HSV(B) | 107.14º | 0.44% | 0.49% | - |
| XYZ | 12.05 | 17.16 | 8.47 | - |
| YUV | 106.46 | 107.42 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 126 | 70 | 0.35 | 0 | 0.44 | 0.51 | 107.14 | 0.29 | 0.38 |
| Hex | 52 | 7E | 46 | 23 | 0 | 2C | 33 | 6B | 1D | 26 |
| Octal | 122 | 176 | 106 | 43 | 0 | 54 | 63 | 153 | 35 | 46 |
| Binary | 1010010 | 1111110 | 1000110 | 100011 | 0 | 101100 | 110011 | 1101011 | 11101 | 100110 |
Color Harmonies of #527E46
Complementary color
Monochromatic Colors of #527E46
Black with #527E46
Text Example
Text Example
White with #527E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527E46; }
p { color: rgb(82,126,70); }
H1.HeaderClassName
{
color: #527E46;
}
.AnyTagClassName
{
color: #527E46;
}
</style>
background-color css
<style>
a { background-color: #527E46; }
a { background-color: rgb(82,126,70); }
div.DivClassName
{
background-color: #527E46;
}
.BgClassName
{
background-color: #527E46;
}
</style>
border-color css
<style>
span { border-color: #527E46; }
span { border-color: rgb(82,126,70); }
td.TdClassName
{
border-color: #527E46;
}
.TagClassName
{
border-color: #527E46;
}
</style>