Shades of Fern Green #527047
Tints of Fern Green #527047
RGB
CMYK
RGB Variations
Color information
#527047 (or 0x527047) is known color: Fern Green. HEX triplet: 52, 70 and 47. RGB value is (82,112,71). Sum of RGB (Red+Green+Blue) = 82+112+71=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #527047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527047 is #AD8FB8. Grayscale: #626262. Windows color (decimal): -11374521 or 4681810. OLE color: 4681810.
HSL color Cylindrical-coordinate representation of color #527047: hue angle of 103.9º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #527047 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 112 | 71 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.56 |
| HSL | 103.9º | 0.22% | 0.36% | - |
| HSV(B) | 103.9º | 0.37% | 0.44% | - |
| XYZ | 10.41 | 13.84 | 8.08 | - |
| YUV | 98.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 112 | 71 | 0.27 | 0 | 0.37 | 0.56 | 103.9 | 0.22 | 0.36 |
| Hex | 52 | 70 | 47 | 1B | 0 | 25 | 38 | 68 | 16 | 24 |
| Octal | 122 | 160 | 107 | 33 | 0 | 45 | 70 | 150 | 26 | 44 |
| Binary | 1010010 | 1110000 | 1000111 | 11011 | 0 | 100101 | 111000 | 1101000 | 10110 | 100100 |
Color Harmonies of #527047
Complementary color
Monochromatic Colors of #527047
Black with #527047
Text Example
Text Example
White with #527047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527047; }
p { color: rgb(82,112,71); }
H1.HeaderClassName
{
color: #527047;
}
.AnyTagClassName
{
color: #527047;
}
</style>
background-color css
<style>
a { background-color: #527047; }
a { background-color: rgb(82,112,71); }
div.DivClassName
{
background-color: #527047;
}
.BgClassName
{
background-color: #527047;
}
</style>
border-color css
<style>
span { border-color: #527047; }
span { border-color: rgb(82,112,71); }
td.TdClassName
{
border-color: #527047;
}
.TagClassName
{
border-color: #527047;
}
</style>