Shades of Fern Green #55873A
Tints of Fern Green #55873A
RGB
CMYK
RGB Variations
Color information
#55873A (or 0x55873A) is known color: Fern Green. HEX triplet: 55, 87 and 3A. RGB value is (85,135,58). Sum of RGB (Red+Green+Blue) = 85+135+58=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 135 - color contains mainly: green. Hex color #55873A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55873A is #AA78C5. Grayscale: #6F6F6F. Windows color (decimal): -11172038 or 3835733. OLE color: 3835733.
HSL color Cylindrical-coordinate representation of color #55873A: hue angle of 98.96º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55873A is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 135 | 58 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.47 |
| HSL | 98.96º | 0.4% | 0.38% | - |
| HSV(B) | 98.96º | 0.57% | 0.53% | - |
| XYZ | 13.17 | 19.56 | 7.09 | - |
| YUV | 111.27 | 97.94 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 135 | 58 | 0.37 | 0 | 0.57 | 0.47 | 98.96 | 0.4 | 0.38 |
| Hex | 55 | 87 | 3A | 25 | 0 | 39 | 2F | 63 | 28 | 26 |
| Octal | 125 | 207 | 72 | 45 | 0 | 71 | 57 | 143 | 50 | 46 |
| Binary | 1010101 | 10000111 | 111010 | 100101 | 0 | 111001 | 101111 | 1100011 | 101000 | 100110 |
Color Harmonies of #55873A
Complementary color
Monochromatic Colors of #55873A
Black with #55873A
Text Example
Text Example
White with #55873A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55873A; }
p { color: rgb(85,135,58); }
H1.HeaderClassName
{
color: #55873A;
}
.AnyTagClassName
{
color: #55873A;
}
</style>
background-color css
<style>
a { background-color: #55873A; }
a { background-color: rgb(85,135,58); }
div.DivClassName
{
background-color: #55873A;
}
.BgClassName
{
background-color: #55873A;
}
</style>
border-color css
<style>
span { border-color: #55873A; }
span { border-color: rgb(85,135,58); }
td.TdClassName
{
border-color: #55873A;
}
.TagClassName
{
border-color: #55873A;
}
</style>