Shades of Fern Green #527044
Tints of Fern Green #527044
RGB
CMYK
RGB Variations
Color information
#527044 (or 0x527044) is known color: Fern Green. HEX triplet: 52, 70 and 44. RGB value is (82,112,68). Sum of RGB (Red+Green+Blue) = 82+112+68=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #527044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527044 is #AD8FBB. Grayscale: #626262. Windows color (decimal): -11374524 or 4485202. OLE color: 4485202.
HSL color Cylindrical-coordinate representation of color #527044: hue angle of 100.91º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #527044 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 112 | 68 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.56 |
| HSL | 100.91º | 0.24% | 0.35% | - |
| HSV(B) | 100.91º | 0.39% | 0.44% | - |
| XYZ | 10.32 | 13.8 | 7.59 | - |
| YUV | 98.01 | 111.06 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 112 | 68 | 0.27 | 0 | 0.39 | 0.56 | 100.91 | 0.24 | 0.35 |
| Hex | 52 | 70 | 44 | 1B | 0 | 27 | 38 | 65 | 18 | 23 |
| Octal | 122 | 160 | 104 | 33 | 0 | 47 | 70 | 145 | 30 | 43 |
| Binary | 1010010 | 1110000 | 1000100 | 11011 | 0 | 100111 | 111000 | 1100101 | 11000 | 100011 |
Color Harmonies of #527044
Complementary color
Monochromatic Colors of #527044
Black with #527044
Text Example
Text Example
White with #527044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527044; }
p { color: rgb(82,112,68); }
H1.HeaderClassName
{
color: #527044;
}
.AnyTagClassName
{
color: #527044;
}
</style>
background-color css
<style>
a { background-color: #527044; }
a { background-color: rgb(82,112,68); }
div.DivClassName
{
background-color: #527044;
}
.BgClassName
{
background-color: #527044;
}
</style>
border-color css
<style>
span { border-color: #527044; }
span { border-color: rgb(82,112,68); }
td.TdClassName
{
border-color: #527044;
}
.TagClassName
{
border-color: #527044;
}
</style>