Shades of Fern Green #55853F
Tints of Fern Green #55853F
RGB
CMYK
RGB Variations
Color information
#55853F (or 0x55853F) is known color: Fern Green. HEX triplet: 55, 85 and 3F. RGB value is (85,133,63). Sum of RGB (Red+Green+Blue) = 85+133+63=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #55853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55853F is #AA7AC0. Grayscale: #6E6E6E. Windows color (decimal): -11172545 or 4162901. OLE color: 4162901.
HSL color Cylindrical-coordinate representation of color #55853F: hue angle of 101.14º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55853F is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 133 | 63 | - |
| CMYK | 0.36 | 0 | 0.53 | 0.48 |
| HSL | 101.14º | 0.36% | 0.38% | - |
| HSV(B) | 101.14º | 0.53% | 0.52% | - |
| XYZ | 13.03 | 19.07 | 7.7 | - |
| YUV | 110.67 | 101.1 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 133 | 63 | 0.36 | 0 | 0.53 | 0.48 | 101.14 | 0.36 | 0.38 |
| Hex | 55 | 85 | 3F | 24 | 0 | 35 | 30 | 65 | 24 | 26 |
| Octal | 125 | 205 | 77 | 44 | 0 | 65 | 60 | 145 | 44 | 46 |
| Binary | 1010101 | 10000101 | 111111 | 100100 | 0 | 110101 | 110000 | 1100101 | 100100 | 100110 |
Color Harmonies of #55853F
Complementary color
Monochromatic Colors of #55853F
Black with #55853F
Text Example
Text Example
White with #55853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55853F; }
p { color: rgb(85,133,63); }
H1.HeaderClassName
{
color: #55853F;
}
.AnyTagClassName
{
color: #55853F;
}
</style>
background-color css
<style>
a { background-color: #55853F; }
a { background-color: rgb(85,133,63); }
div.DivClassName
{
background-color: #55853F;
}
.BgClassName
{
background-color: #55853F;
}
</style>
border-color css
<style>
span { border-color: #55853F; }
span { border-color: rgb(85,133,63); }
td.TdClassName
{
border-color: #55853F;
}
.TagClassName
{
border-color: #55853F;
}
</style>