Shades of Fern Green #55843F
Tints of Fern Green #55843F
RGB
CMYK
RGB Variations
Color information
#55843F (or 0x55843F) is known color: Fern Green. HEX triplet: 55, 84 and 3F. RGB value is (85,132,63). Sum of RGB (Red+Green+Blue) = 85+132+63=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #55843F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55843F is #AA7BC0. Grayscale: #6E6E6E. Windows color (decimal): -11172801 or 4162645. OLE color: 4162645.
HSL color Cylindrical-coordinate representation of color #55843F: hue angle of 100.87º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55843F is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 132 | 63 | - |
| CMYK | 0.36 | 0 | 0.52 | 0.48 |
| HSL | 100.87º | 0.35% | 0.38% | - |
| HSV(B) | 100.87º | 0.52% | 0.52% | - |
| XYZ | 12.89 | 18.79 | 7.65 | - |
| YUV | 110.08 | 101.43 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 132 | 63 | 0.36 | 0 | 0.52 | 0.48 | 100.87 | 0.35 | 0.38 |
| Hex | 55 | 84 | 3F | 24 | 0 | 34 | 30 | 65 | 23 | 26 |
| Octal | 125 | 204 | 77 | 44 | 0 | 64 | 60 | 145 | 43 | 46 |
| Binary | 1010101 | 10000100 | 111111 | 100100 | 0 | 110100 | 110000 | 1100101 | 100011 | 100110 |
Color Harmonies of #55843F
Complementary color
Monochromatic Colors of #55843F
Black with #55843F
Text Example
Text Example
White with #55843F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55843F; }
p { color: rgb(85,132,63); }
H1.HeaderClassName
{
color: #55843F;
}
.AnyTagClassName
{
color: #55843F;
}
</style>
background-color css
<style>
a { background-color: #55843F; }
a { background-color: rgb(85,132,63); }
div.DivClassName
{
background-color: #55843F;
}
.BgClassName
{
background-color: #55843F;
}
</style>
border-color css
<style>
span { border-color: #55843F; }
span { border-color: rgb(85,132,63); }
td.TdClassName
{
border-color: #55843F;
}
.TagClassName
{
border-color: #55843F;
}
</style>