Shades of Fern Green #55913F
Tints of Fern Green #55913F
RGB
CMYK
RGB Variations
Color information
#55913F (or 0x55913F) is known color: Fern Green. HEX triplet: 55, 91 and 3F. RGB value is (85,145,63). Sum of RGB (Red+Green+Blue) = 85+145+63=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #55913F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55913F is #AA6EC0. Grayscale: #757575. Windows color (decimal): -11169473 or 4165973. OLE color: 4165973.
HSL color Cylindrical-coordinate representation of color #55913F: hue angle of 103.9º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55913F is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 145 | 63 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.43 |
| HSL | 103.9º | 0.39% | 0.41% | - |
| HSV(B) | 103.9º | 0.57% | 0.57% | - |
| XYZ | 14.77 | 22.54 | 8.28 | - |
| YUV | 117.71 | 97.12 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 145 | 63 | 0.41 | 0 | 0.57 | 0.43 | 103.9 | 0.39 | 0.41 |
| Hex | 55 | 91 | 3F | 29 | 0 | 39 | 2B | 68 | 27 | 29 |
| Octal | 125 | 221 | 77 | 51 | 0 | 71 | 53 | 150 | 47 | 51 |
| Binary | 1010101 | 10010001 | 111111 | 101001 | 0 | 111001 | 101011 | 1101000 | 100111 | 101001 |
Color Harmonies of #55913F
Complementary color
Monochromatic Colors of #55913F
Black with #55913F
Text Example
Text Example
White with #55913F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55913F; }
p { color: rgb(85,145,63); }
H1.HeaderClassName
{
color: #55913F;
}
.AnyTagClassName
{
color: #55913F;
}
</style>
background-color css
<style>
a { background-color: #55913F; }
a { background-color: rgb(85,145,63); }
div.DivClassName
{
background-color: #55913F;
}
.BgClassName
{
background-color: #55913F;
}
</style>
border-color css
<style>
span { border-color: #55913F; }
span { border-color: rgb(85,145,63); }
td.TdClassName
{
border-color: #55913F;
}
.TagClassName
{
border-color: #55913F;
}
</style>