Shades of Fern Green #557941
Tints of Fern Green #557941
RGB
CMYK
RGB Variations
Color information
#557941 (or 0x557941) is known color: Fern Green. HEX triplet: 55, 79 and 41. RGB value is (85,121,65). Sum of RGB (Red+Green+Blue) = 85+121+65=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 121 - color contains mainly: green. Hex color #557941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557941 is #AA86BE. Grayscale: #686868. Windows color (decimal): -11175615 or 4290901. OLE color: 4290901.
HSL color Cylindrical-coordinate representation of color #557941: hue angle of 98.57º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #557941 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 121 | 65 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.53 |
| HSL | 98.57º | 0.3% | 0.36% | - |
| HSV(B) | 98.57º | 0.46% | 0.47% | - |
| XYZ | 11.54 | 15.99 | 7.48 | - |
| YUV | 103.85 | 106.07 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 121 | 65 | 0.30 | 0 | 0.46 | 0.53 | 98.57 | 0.3 | 0.36 |
| Hex | 55 | 79 | 41 | 1E | 0 | 2E | 35 | 63 | 1E | 24 |
| Octal | 125 | 171 | 101 | 36 | 0 | 56 | 65 | 143 | 36 | 44 |
| Binary | 1010101 | 1111001 | 1000001 | 11110 | 0 | 101110 | 110101 | 1100011 | 11110 | 100100 |
Color Harmonies of #557941
Complementary color
Monochromatic Colors of #557941
Black with #557941
Text Example
Text Example
White with #557941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557941; }
p { color: rgb(85,121,65); }
H1.HeaderClassName
{
color: #557941;
}
.AnyTagClassName
{
color: #557941;
}
</style>
background-color css
<style>
a { background-color: #557941; }
a { background-color: rgb(85,121,65); }
div.DivClassName
{
background-color: #557941;
}
.BgClassName
{
background-color: #557941;
}
</style>
border-color css
<style>
span { border-color: #557941; }
span { border-color: rgb(85,121,65); }
td.TdClassName
{
border-color: #557941;
}
.TagClassName
{
border-color: #557941;
}
</style>