Shades of Fern Green #55883C
Tints of Fern Green #55883C
RGB
CMYK
RGB Variations
Color information
#55883C (or 0x55883C) is known color: Fern Green. HEX triplet: 55, 88 and 3C. RGB value is (85,136,60). Sum of RGB (Red+Green+Blue) = 85+136+60=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 136 - color contains mainly: green. Hex color #55883C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55883C is #AA77C3. Grayscale: #707070. Windows color (decimal): -11171780 or 3967061. OLE color: 3967061.
HSL color Cylindrical-coordinate representation of color #55883C: hue angle of 100.26º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55883C is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 136 | 60 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.47 |
| HSL | 100.26º | 0.39% | 0.38% | - |
| HSV(B) | 100.26º | 0.56% | 0.53% | - |
| XYZ | 13.37 | 19.87 | 7.4 | - |
| YUV | 112.09 | 98.6 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 60 | 0.38 | 0 | 0.56 | 0.47 | 100.26 | 0.39 | 0.38 |
| Hex | 55 | 88 | 3C | 26 | 0 | 38 | 2F | 64 | 27 | 26 |
| Octal | 125 | 210 | 74 | 46 | 0 | 70 | 57 | 144 | 47 | 46 |
| Binary | 1010101 | 10001000 | 111100 | 100110 | 0 | 111000 | 101111 | 1100100 | 100111 | 100110 |
Color Harmonies of #55883C
Complementary color
Monochromatic Colors of #55883C
Black with #55883C
Text Example
Text Example
White with #55883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55883C; }
p { color: rgb(85,136,60); }
H1.HeaderClassName
{
color: #55883C;
}
.AnyTagClassName
{
color: #55883C;
}
</style>
background-color css
<style>
a { background-color: #55883C; }
a { background-color: rgb(85,136,60); }
div.DivClassName
{
background-color: #55883C;
}
.BgClassName
{
background-color: #55883C;
}
</style>
border-color css
<style>
span { border-color: #55883C; }
span { border-color: rgb(85,136,60); }
td.TdClassName
{
border-color: #55883C;
}
.TagClassName
{
border-color: #55883C;
}
</style>