Shades of Fern Green #557144
Tints of Fern Green #557144
RGB
CMYK
RGB Variations
Color information
#557144 (or 0x557144) is known color: Fern Green. HEX triplet: 55, 71 and 44. RGB value is (85,113,68). Sum of RGB (Red+Green+Blue) = 85+113+68=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 113 - color contains mainly: green. Hex color #557144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557144 is #AA8EBB. Grayscale: #636363. Windows color (decimal): -11177660 or 4485461. OLE color: 4485461.
HSL color Cylindrical-coordinate representation of color #557144: hue angle of 97.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #557144 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 113 | 68 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.56 |
| HSL | 97.33º | 0.25% | 0.35% | - |
| HSV(B) | 97.33º | 0.4% | 0.44% | - |
| XYZ | 10.69 | 14.16 | 7.64 | - |
| YUV | 99.5 | 110.22 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 113 | 68 | 0.25 | 0 | 0.40 | 0.56 | 97.33 | 0.25 | 0.35 |
| Hex | 55 | 71 | 44 | 19 | 0 | 28 | 38 | 61 | 19 | 23 |
| Octal | 125 | 161 | 104 | 31 | 0 | 50 | 70 | 141 | 31 | 43 |
| Binary | 1010101 | 1110001 | 1000100 | 11001 | 0 | 101000 | 111000 | 1100001 | 11001 | 100011 |
Color Harmonies of #557144
Complementary color
Monochromatic Colors of #557144
Black with #557144
Text Example
Text Example
White with #557144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557144; }
p { color: rgb(85,113,68); }
H1.HeaderClassName
{
color: #557144;
}
.AnyTagClassName
{
color: #557144;
}
</style>
background-color css
<style>
a { background-color: #557144; }
a { background-color: rgb(85,113,68); }
div.DivClassName
{
background-color: #557144;
}
.BgClassName
{
background-color: #557144;
}
</style>
border-color css
<style>
span { border-color: #557144; }
span { border-color: rgb(85,113,68); }
td.TdClassName
{
border-color: #557144;
}
.TagClassName
{
border-color: #557144;
}
</style>