Shades of Fern Green #557444
Tints of Fern Green #557444
RGB
CMYK
RGB Variations
Color information
#557444 (or 0x557444) is known color: Fern Green. HEX triplet: 55, 74 and 44. RGB value is (85,116,68). Sum of RGB (Red+Green+Blue) = 85+116+68=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 116 - color contains mainly: green. Hex color #557444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557444 is #AA8BBB. Grayscale: #656565. Windows color (decimal): -11176892 or 4486229. OLE color: 4486229.
HSL color Cylindrical-coordinate representation of color #557444: hue angle of 98.75º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #557444 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 116 | 68 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.55 |
| HSL | 98.75º | 0.26% | 0.36% | - |
| HSV(B) | 98.75º | 0.41% | 0.45% | - |
| XYZ | 11.04 | 14.84 | 7.75 | - |
| YUV | 101.26 | 109.23 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 116 | 68 | 0.27 | 0 | 0.41 | 0.55 | 98.75 | 0.26 | 0.36 |
| Hex | 55 | 74 | 44 | 1B | 0 | 29 | 37 | 63 | 1A | 24 |
| Octal | 125 | 164 | 104 | 33 | 0 | 51 | 67 | 143 | 32 | 44 |
| Binary | 1010101 | 1110100 | 1000100 | 11011 | 0 | 101001 | 110111 | 1100011 | 11010 | 100100 |
Color Harmonies of #557444
Complementary color
Monochromatic Colors of #557444
Black with #557444
Text Example
Text Example
White with #557444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557444; }
p { color: rgb(85,116,68); }
H1.HeaderClassName
{
color: #557444;
}
.AnyTagClassName
{
color: #557444;
}
</style>
background-color css
<style>
a { background-color: #557444; }
a { background-color: rgb(85,116,68); }
div.DivClassName
{
background-color: #557444;
}
.BgClassName
{
background-color: #557444;
}
</style>
border-color css
<style>
span { border-color: #557444; }
span { border-color: rgb(85,116,68); }
td.TdClassName
{
border-color: #557444;
}
.TagClassName
{
border-color: #557444;
}
</style>