Shades of Fern Green #55883B
Tints of Fern Green #55883B
RGB
CMYK
RGB Variations
Color information
#55883B (or 0x55883B) is known color: Fern Green. HEX triplet: 55, 88 and 3B. RGB value is (85,136,59). Sum of RGB (Red+Green+Blue) = 85+136+59=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #55883B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55883B is #AA77C4. Grayscale: #707070. Windows color (decimal): -11171781 or 3901525. OLE color: 3901525.
HSL color Cylindrical-coordinate representation of color #55883B: hue angle of 99.74º degrees, saturation: 0.39, 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 #55883B is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 136 | 59 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.47 |
| HSL | 99.74º | 0.39% | 0.38% | - |
| HSV(B) | 99.74º | 0.57% | 0.53% | - |
| XYZ | 13.34 | 19.86 | 7.27 | - |
| YUV | 111.97 | 98.1 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 59 | 0.38 | 0 | 0.57 | 0.47 | 99.74 | 0.39 | 0.38 |
| Hex | 55 | 88 | 3B | 26 | 0 | 39 | 2F | 64 | 27 | 26 |
| Octal | 125 | 210 | 73 | 46 | 0 | 71 | 57 | 144 | 47 | 46 |
| Binary | 1010101 | 10001000 | 111011 | 100110 | 0 | 111001 | 101111 | 1100100 | 100111 | 100110 |
Color Harmonies of #55883B
Complementary color
Monochromatic Colors of #55883B
Black with #55883B
Text Example
Text Example
White with #55883B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55883B; }
p { color: rgb(85,136,59); }
H1.HeaderClassName
{
color: #55883B;
}
.AnyTagClassName
{
color: #55883B;
}
</style>
background-color css
<style>
a { background-color: #55883B; }
a { background-color: rgb(85,136,59); }
div.DivClassName
{
background-color: #55883B;
}
.BgClassName
{
background-color: #55883B;
}
</style>
border-color css
<style>
span { border-color: #55883B; }
span { border-color: rgb(85,136,59); }
td.TdClassName
{
border-color: #55883B;
}
.TagClassName
{
border-color: #55883B;
}
</style>