Shades of Fern Green #527244
Tints of Fern Green #527244
RGB
CMYK
RGB Variations
Color information
#527244 (or 0x527244) is known color: Fern Green. HEX triplet: 52, 72 and 44. RGB value is (82,114,68). Sum of RGB (Red+Green+Blue) = 82+114+68=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 114 - color contains mainly: green. Hex color #527244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527244 is #AD8DBB. Grayscale: #636363. Windows color (decimal): -11374012 or 4485714. OLE color: 4485714.
HSL color Cylindrical-coordinate representation of color #527244: hue angle of 101.74º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #527244 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 114 | 68 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.55 |
| HSL | 101.74º | 0.25% | 0.36% | - |
| HSV(B) | 101.74º | 0.4% | 0.45% | - |
| XYZ | 10.54 | 14.25 | 7.66 | - |
| YUV | 99.19 | 110.4 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 114 | 68 | 0.28 | 0 | 0.40 | 0.55 | 101.74 | 0.25 | 0.36 |
| Hex | 52 | 72 | 44 | 1C | 0 | 28 | 37 | 66 | 19 | 24 |
| Octal | 122 | 162 | 104 | 34 | 0 | 50 | 67 | 146 | 31 | 44 |
| Binary | 1010010 | 1110010 | 1000100 | 11100 | 0 | 101000 | 110111 | 1100110 | 11001 | 100100 |
Color Harmonies of #527244
Complementary color
Monochromatic Colors of #527244
Black with #527244
Text Example
Text Example
White with #527244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527244; }
p { color: rgb(82,114,68); }
H1.HeaderClassName
{
color: #527244;
}
.AnyTagClassName
{
color: #527244;
}
</style>
background-color css
<style>
a { background-color: #527244; }
a { background-color: rgb(82,114,68); }
div.DivClassName
{
background-color: #527244;
}
.BgClassName
{
background-color: #527244;
}
</style>
border-color css
<style>
span { border-color: #527244; }
span { border-color: rgb(82,114,68); }
td.TdClassName
{
border-color: #527244;
}
.TagClassName
{
border-color: #527244;
}
</style>