Shades of Fern Green #55863F
Tints of Fern Green #55863F
RGB
CMYK
RGB Variations
Color information
#55863F (or 0x55863F) is known color: Fern Green. HEX triplet: 55, 86 and 3F. RGB value is (85,134,63). Sum of RGB (Red+Green+Blue) = 85+134+63=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 134 - color contains mainly: green. Hex color #55863F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55863F is #AA79C0. Grayscale: #6F6F6F. Windows color (decimal): -11172289 or 4163157. OLE color: 4163157.
HSL color Cylindrical-coordinate representation of color #55863F: hue angle of 101.41º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55863F is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 134 | 63 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.47 |
| HSL | 101.41º | 0.36% | 0.39% | - |
| HSV(B) | 101.41º | 0.53% | 0.53% | - |
| XYZ | 13.17 | 19.34 | 7.74 | - |
| YUV | 111.26 | 100.77 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 134 | 63 | 0.37 | 0 | 0.53 | 0.47 | 101.41 | 0.36 | 0.39 |
| Hex | 55 | 86 | 3F | 25 | 0 | 35 | 2F | 65 | 24 | 27 |
| Octal | 125 | 206 | 77 | 45 | 0 | 65 | 57 | 145 | 44 | 47 |
| Binary | 1010101 | 10000110 | 111111 | 100101 | 0 | 110101 | 101111 | 1100101 | 100100 | 100111 |
Color Harmonies of #55863F
Complementary color
Monochromatic Colors of #55863F
Black with #55863F
Text Example
Text Example
White with #55863F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55863F; }
p { color: rgb(85,134,63); }
H1.HeaderClassName
{
color: #55863F;
}
.AnyTagClassName
{
color: #55863F;
}
</style>
background-color css
<style>
a { background-color: #55863F; }
a { background-color: rgb(85,134,63); }
div.DivClassName
{
background-color: #55863F;
}
.BgClassName
{
background-color: #55863F;
}
</style>
border-color css
<style>
span { border-color: #55863F; }
span { border-color: rgb(85,134,63); }
td.TdClassName
{
border-color: #55863F;
}
.TagClassName
{
border-color: #55863F;
}
</style>