Shades of Fern Green #527949
Tints of Fern Green #527949
RGB
CMYK
RGB Variations
Color information
#527949 (or 0x527949) is known color: Fern Green. HEX triplet: 52, 79 and 49. RGB value is (82,121,73). Sum of RGB (Red+Green+Blue) = 82+121+73=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 121 - color contains mainly: green. Hex color #527949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527949 is #AD86B6. Grayscale: #686868. Windows color (decimal): -11372215 or 4815186. OLE color: 4815186.
HSL color Cylindrical-coordinate representation of color #527949: hue angle of 108.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #527949 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 121 | 73 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.53 |
| HSL | 108.75º | 0.25% | 0.38% | - |
| HSV(B) | 108.75º | 0.4% | 0.47% | - |
| XYZ | 11.52 | 15.95 | 8.77 | - |
| YUV | 103.87 | 110.58 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 121 | 73 | 0.32 | 0 | 0.40 | 0.53 | 108.75 | 0.25 | 0.38 |
| Hex | 52 | 79 | 49 | 20 | 0 | 28 | 35 | 6D | 19 | 26 |
| Octal | 122 | 171 | 111 | 40 | 0 | 50 | 65 | 155 | 31 | 46 |
| Binary | 1010010 | 1111001 | 1001001 | 100000 | 0 | 101000 | 110101 | 1101101 | 11001 | 100110 |
Color Harmonies of #527949
Complementary color
Monochromatic Colors of #527949
Black with #527949
Text Example
Text Example
White with #527949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527949; }
p { color: rgb(82,121,73); }
H1.HeaderClassName
{
color: #527949;
}
.AnyTagClassName
{
color: #527949;
}
</style>
background-color css
<style>
a { background-color: #527949; }
a { background-color: rgb(82,121,73); }
div.DivClassName
{
background-color: #527949;
}
.BgClassName
{
background-color: #527949;
}
</style>
border-color css
<style>
span { border-color: #527949; }
span { border-color: rgb(82,121,73); }
td.TdClassName
{
border-color: #527949;
}
.TagClassName
{
border-color: #527949;
}
</style>