Shades of Fern Green #557447
Tints of Fern Green #557447
RGB
CMYK
RGB Variations
Color information
#557447 (or 0x557447) is known color: Fern Green. HEX triplet: 55, 74 and 47. RGB value is (85,116,71). Sum of RGB (Red+Green+Blue) = 85+116+71=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 116 - color contains mainly: green. Hex color #557447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557447 is #AA8BB8. Grayscale: #656565. Windows color (decimal): -11176889 or 4682837. OLE color: 4682837.
HSL color Cylindrical-coordinate representation of color #557447: hue angle of 101.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #557447 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 116 | 71 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.55 |
| HSL | 101.33º | 0.24% | 0.37% | - |
| HSV(B) | 101.33º | 0.39% | 0.45% | - |
| XYZ | 11.13 | 14.88 | 8.25 | - |
| YUV | 101.6 | 110.73 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 116 | 71 | 0.27 | 0 | 0.39 | 0.55 | 101.33 | 0.24 | 0.37 |
| Hex | 55 | 74 | 47 | 1B | 0 | 27 | 37 | 65 | 18 | 25 |
| Octal | 125 | 164 | 107 | 33 | 0 | 47 | 67 | 145 | 30 | 45 |
| Binary | 1010101 | 1110100 | 1000111 | 11011 | 0 | 100111 | 110111 | 1100101 | 11000 | 100101 |
Color Harmonies of #557447
Complementary color
Monochromatic Colors of #557447
Black with #557447
Text Example
Text Example
White with #557447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557447; }
p { color: rgb(85,116,71); }
H1.HeaderClassName
{
color: #557447;
}
.AnyTagClassName
{
color: #557447;
}
</style>
background-color css
<style>
a { background-color: #557447; }
a { background-color: rgb(85,116,71); }
div.DivClassName
{
background-color: #557447;
}
.BgClassName
{
background-color: #557447;
}
</style>
border-color css
<style>
span { border-color: #557447; }
span { border-color: rgb(85,116,71); }
td.TdClassName
{
border-color: #557447;
}
.TagClassName
{
border-color: #557447;
}
</style>