Shades of Fern Green #557842
Tints of Fern Green #557842
RGB
CMYK
RGB Variations
Color information
#557842 (or 0x557842) is known color: Fern Green. HEX triplet: 55, 78 and 42. RGB value is (85,120,66). Sum of RGB (Red+Green+Blue) = 85+120+66=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 120 - color contains mainly: green. Hex color #557842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557842 is #AA87BD. Grayscale: #676767. Windows color (decimal): -11175870 or 4356181. OLE color: 4356181.
HSL color Cylindrical-coordinate representation of color #557842: hue angle of 98.89º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #557842 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 120 | 66 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.53 |
| HSL | 98.89º | 0.29% | 0.36% | - |
| HSV(B) | 98.89º | 0.45% | 0.47% | - |
| XYZ | 11.45 | 15.76 | 7.59 | - |
| YUV | 103.38 | 106.9 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 120 | 66 | 0.29 | 0 | 0.45 | 0.53 | 98.89 | 0.29 | 0.36 |
| Hex | 55 | 78 | 42 | 1D | 0 | 2D | 35 | 63 | 1D | 24 |
| Octal | 125 | 170 | 102 | 35 | 0 | 55 | 65 | 143 | 35 | 44 |
| Binary | 1010101 | 1111000 | 1000010 | 11101 | 0 | 101101 | 110101 | 1100011 | 11101 | 100100 |
Color Harmonies of #557842
Complementary color
Monochromatic Colors of #557842
Black with #557842
Text Example
Text Example
White with #557842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557842; }
p { color: rgb(85,120,66); }
H1.HeaderClassName
{
color: #557842;
}
.AnyTagClassName
{
color: #557842;
}
</style>
background-color css
<style>
a { background-color: #557842; }
a { background-color: rgb(85,120,66); }
div.DivClassName
{
background-color: #557842;
}
.BgClassName
{
background-color: #557842;
}
</style>
border-color css
<style>
span { border-color: #557842; }
span { border-color: rgb(85,120,66); }
td.TdClassName
{
border-color: #557842;
}
.TagClassName
{
border-color: #557842;
}
</style>