Shades of Fern Green #55793E
Tints of Fern Green #55793E
RGB
CMYK
RGB Variations
Color information
#55793E (or 0x55793E) is known color: Fern Green. HEX triplet: 55, 79 and 3E. RGB value is (85,121,62). Sum of RGB (Red+Green+Blue) = 85+121+62=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 121 - color contains mainly: green. Hex color #55793E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55793E is #AA86C1. Grayscale: #676767. Windows color (decimal): -11175618 or 4094293. OLE color: 4094293.
HSL color Cylindrical-coordinate representation of color #55793E: hue angle of 96.61º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55793E is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 121 | 62 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.53 |
| HSL | 96.61º | 0.32% | 0.36% | - |
| HSV(B) | 96.61º | 0.49% | 0.47% | - |
| XYZ | 11.45 | 15.95 | 7.03 | - |
| YUV | 103.51 | 104.57 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 121 | 62 | 0.30 | 0 | 0.49 | 0.53 | 96.61 | 0.32 | 0.36 |
| Hex | 55 | 79 | 3E | 1E | 0 | 31 | 35 | 61 | 20 | 24 |
| Octal | 125 | 171 | 76 | 36 | 0 | 61 | 65 | 141 | 40 | 44 |
| Binary | 1010101 | 1111001 | 111110 | 11110 | 0 | 110001 | 110101 | 1100001 | 100000 | 100100 |
Color Harmonies of #55793E
Complementary color
Monochromatic Colors of #55793E
Black with #55793E
Text Example
Text Example
White with #55793E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55793E; }
p { color: rgb(85,121,62); }
H1.HeaderClassName
{
color: #55793E;
}
.AnyTagClassName
{
color: #55793E;
}
</style>
background-color css
<style>
a { background-color: #55793E; }
a { background-color: rgb(85,121,62); }
div.DivClassName
{
background-color: #55793E;
}
.BgClassName
{
background-color: #55793E;
}
</style>
border-color css
<style>
span { border-color: #55793E; }
span { border-color: rgb(85,121,62); }
td.TdClassName
{
border-color: #55793E;
}
.TagClassName
{
border-color: #55793E;
}
</style>