Shades of Fern Green #55783F
Tints of Fern Green #55783F
RGB
CMYK
RGB Variations
Color information
#55783F (or 0x55783F) is known color: Fern Green. HEX triplet: 55, 78 and 3F. RGB value is (85,120,63). Sum of RGB (Red+Green+Blue) = 85+120+63=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 120 - color contains mainly: green. Hex color #55783F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55783F is #AA87C0. Grayscale: #676767. Windows color (decimal): -11175873 or 4159573. OLE color: 4159573.
HSL color Cylindrical-coordinate representation of color #55783F: hue angle of 96.84º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55783F is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 120 | 63 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.53 |
| HSL | 96.84º | 0.31% | 0.36% | - |
| HSV(B) | 96.84º | 0.48% | 0.47% | - |
| XYZ | 11.36 | 15.72 | 7.14 | - |
| YUV | 103.04 | 105.4 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 120 | 63 | 0.29 | 0 | 0.48 | 0.53 | 96.84 | 0.31 | 0.36 |
| Hex | 55 | 78 | 3F | 1D | 0 | 30 | 35 | 61 | 1F | 24 |
| Octal | 125 | 170 | 77 | 35 | 0 | 60 | 65 | 141 | 37 | 44 |
| Binary | 1010101 | 1111000 | 111111 | 11101 | 0 | 110000 | 110101 | 1100001 | 11111 | 100100 |
Color Harmonies of #55783F
Complementary color
Monochromatic Colors of #55783F
Black with #55783F
Text Example
Text Example
White with #55783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55783F; }
p { color: rgb(85,120,63); }
H1.HeaderClassName
{
color: #55783F;
}
.AnyTagClassName
{
color: #55783F;
}
</style>
background-color css
<style>
a { background-color: #55783F; }
a { background-color: rgb(85,120,63); }
div.DivClassName
{
background-color: #55783F;
}
.BgClassName
{
background-color: #55783F;
}
</style>
border-color css
<style>
span { border-color: #55783F; }
span { border-color: rgb(85,120,63); }
td.TdClassName
{
border-color: #55783F;
}
.TagClassName
{
border-color: #55783F;
}
</style>