Shades of Fern Green #559141
Tints of Fern Green #559141
RGB
CMYK
RGB Variations
Color information
#559141 (or 0x559141) is known color: Fern Green. HEX triplet: 55, 91 and 41. RGB value is (85,145,65). Sum of RGB (Red+Green+Blue) = 85+145+65=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #559141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559141 is #AA6EBE. Grayscale: #767676. Windows color (decimal): -11169471 or 4297045. OLE color: 4297045.
HSL color Cylindrical-coordinate representation of color #559141: hue angle of 105º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #559141 is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 145 | 65 | - |
| CMYK | 0.41 | 0 | 0.55 | 0.43 |
| HSL | 105º | 0.38% | 0.41% | - |
| HSV(B) | 105º | 0.55% | 0.57% | - |
| XYZ | 14.83 | 22.56 | 8.57 | - |
| YUV | 117.94 | 98.12 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 145 | 65 | 0.41 | 0 | 0.55 | 0.43 | 105 | 0.38 | 0.41 |
| Hex | 55 | 91 | 41 | 29 | 0 | 37 | 2B | 69 | 26 | 29 |
| Octal | 125 | 221 | 101 | 51 | 0 | 67 | 53 | 151 | 46 | 51 |
| Binary | 1010101 | 10010001 | 1000001 | 101001 | 0 | 110111 | 101011 | 1101001 | 100110 | 101001 |
Color Harmonies of #559141
Complementary color
Monochromatic Colors of #559141
Black with #559141
Text Example
Text Example
White with #559141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559141; }
p { color: rgb(85,145,65); }
H1.HeaderClassName
{
color: #559141;
}
.AnyTagClassName
{
color: #559141;
}
</style>
background-color css
<style>
a { background-color: #559141; }
a { background-color: rgb(85,145,65); }
div.DivClassName
{
background-color: #559141;
}
.BgClassName
{
background-color: #559141;
}
</style>
border-color css
<style>
span { border-color: #559141; }
span { border-color: rgb(85,145,65); }
td.TdClassName
{
border-color: #559141;
}
.TagClassName
{
border-color: #559141;
}
</style>