Shades of Fern Green #557544
Tints of Fern Green #557544
RGB
CMYK
RGB Variations
Color information
#557544 (or 0x557544) is known color: Fern Green. HEX triplet: 55, 75 and 44. RGB value is (85,117,68). Sum of RGB (Red+Green+Blue) = 85+117+68=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 117 - color contains mainly: green. Hex color #557544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557544 is #AA8ABB. Grayscale: #666666. Windows color (decimal): -11176636 or 4486485. OLE color: 4486485.
HSL color Cylindrical-coordinate representation of color #557544: hue angle of 99.18º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #557544 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 117 | 68 | - |
| CMYK | 0.27 | 0 | 0.42 | 0.54 |
| HSL | 99.18º | 0.26% | 0.36% | - |
| HSV(B) | 99.18º | 0.42% | 0.46% | - |
| XYZ | 11.15 | 15.07 | 7.79 | - |
| YUV | 101.85 | 108.9 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 68 | 0.27 | 0 | 0.42 | 0.54 | 99.18 | 0.26 | 0.36 |
| Hex | 55 | 75 | 44 | 1B | 0 | 2A | 36 | 63 | 1A | 24 |
| Octal | 125 | 165 | 104 | 33 | 0 | 52 | 66 | 143 | 32 | 44 |
| Binary | 1010101 | 1110101 | 1000100 | 11011 | 0 | 101010 | 110110 | 1100011 | 11010 | 100100 |
Color Harmonies of #557544
Complementary color
Monochromatic Colors of #557544
Black with #557544
Text Example
Text Example
White with #557544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557544; }
p { color: rgb(85,117,68); }
H1.HeaderClassName
{
color: #557544;
}
.AnyTagClassName
{
color: #557544;
}
</style>
background-color css
<style>
a { background-color: #557544; }
a { background-color: rgb(85,117,68); }
div.DivClassName
{
background-color: #557544;
}
.BgClassName
{
background-color: #557544;
}
</style>
border-color css
<style>
span { border-color: #557544; }
span { border-color: rgb(85,117,68); }
td.TdClassName
{
border-color: #557544;
}
.TagClassName
{
border-color: #557544;
}
</style>