Shades of Fern Green #55903D
Tints of Fern Green #55903D
RGB
CMYK
RGB Variations
Color information
#55903D (or 0x55903D) is known color: Fern Green. HEX triplet: 55, 90 and 3D. RGB value is (85,144,61). Sum of RGB (Red+Green+Blue) = 85+144+61=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #55903D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55903D is #AA6FC2. Grayscale: #757575. Windows color (decimal): -11169731 or 4034645. OLE color: 4034645.
HSL color Cylindrical-coordinate representation of color #55903D: hue angle of 102.65º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55903D is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 144 | 61 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.44 |
| HSL | 102.65º | 0.4% | 0.4% | - |
| HSV(B) | 102.65º | 0.58% | 0.56% | - |
| XYZ | 14.56 | 22.21 | 7.94 | - |
| YUV | 116.9 | 96.45 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 144 | 61 | 0.41 | 0 | 0.58 | 0.44 | 102.65 | 0.4 | 0.4 |
| Hex | 55 | 90 | 3D | 29 | 0 | 3A | 2C | 67 | 28 | 28 |
| Octal | 125 | 220 | 75 | 51 | 0 | 72 | 54 | 147 | 50 | 50 |
| Binary | 1010101 | 10010000 | 111101 | 101001 | 0 | 111010 | 101100 | 1100111 | 101000 | 101000 |
Color Harmonies of #55903D
Complementary color
Monochromatic Colors of #55903D
Black with #55903D
Text Example
Text Example
White with #55903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55903D; }
p { color: rgb(85,144,61); }
H1.HeaderClassName
{
color: #55903D;
}
.AnyTagClassName
{
color: #55903D;
}
</style>
background-color css
<style>
a { background-color: #55903D; }
a { background-color: rgb(85,144,61); }
div.DivClassName
{
background-color: #55903D;
}
.BgClassName
{
background-color: #55903D;
}
</style>
border-color css
<style>
span { border-color: #55903D; }
span { border-color: rgb(85,144,61); }
td.TdClassName
{
border-color: #55903D;
}
.TagClassName
{
border-color: #55903D;
}
</style>