Shades of Fern Green #55774C
Tints of Fern Green #55774C
RGB
CMYK
RGB Variations
Color information
#55774C (or 0x55774C) is known color: Fern Green. HEX triplet: 55, 77 and 4C. RGB value is (85,119,76). Sum of RGB (Red+Green+Blue) = 85+119+76=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 119 - color contains mainly: green. Hex color #55774C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55774C is #AA88B3. Grayscale: #686868. Windows color (decimal): -11176116 or 5011285. OLE color: 5011285.
HSL color Cylindrical-coordinate representation of color #55774C: hue angle of 107.44º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #55774C is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 119 | 76 | - |
| CMYK | 0.29 | 0 | 0.36 | 0.53 |
| HSL | 107.44º | 0.22% | 0.38% | - |
| HSV(B) | 107.44º | 0.36% | 0.47% | - |
| XYZ | 11.65 | 15.65 | 9.24 | - |
| YUV | 103.93 | 112.24 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 119 | 76 | 0.29 | 0 | 0.36 | 0.53 | 107.44 | 0.22 | 0.38 |
| Hex | 55 | 77 | 4C | 1D | 0 | 24 | 35 | 6B | 16 | 26 |
| Octal | 125 | 167 | 114 | 35 | 0 | 44 | 65 | 153 | 26 | 46 |
| Binary | 1010101 | 1110111 | 1001100 | 11101 | 0 | 100100 | 110101 | 1101011 | 10110 | 100110 |
Color Harmonies of #55774C
Complementary color
Monochromatic Colors of #55774C
Black with #55774C
Text Example
Text Example
White with #55774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55774C; }
p { color: rgb(85,119,76); }
H1.HeaderClassName
{
color: #55774C;
}
.AnyTagClassName
{
color: #55774C;
}
</style>
background-color css
<style>
a { background-color: #55774C; }
a { background-color: rgb(85,119,76); }
div.DivClassName
{
background-color: #55774C;
}
.BgClassName
{
background-color: #55774C;
}
</style>
border-color css
<style>
span { border-color: #55774C; }
span { border-color: rgb(85,119,76); }
td.TdClassName
{
border-color: #55774C;
}
.TagClassName
{
border-color: #55774C;
}
</style>