Shades of Fern Green #55943F
Tints of Fern Green #55943F
RGB
CMYK
RGB Variations
Color information
#55943F (or 0x55943F) is known color: Fern Green. HEX triplet: 55, 94 and 3F. RGB value is (85,148,63). Sum of RGB (Red+Green+Blue) = 85+148+63=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #55943F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55943F is #AA6BC0. Grayscale: #777777. Windows color (decimal): -11168705 or 4166741. OLE color: 4166741.
HSL color Cylindrical-coordinate representation of color #55943F: hue angle of 104.47º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55943F is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 148 | 63 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.42 |
| HSL | 104.47º | 0.4% | 0.41% | - |
| HSV(B) | 104.47º | 0.57% | 0.58% | - |
| XYZ | 15.23 | 23.47 | 8.43 | - |
| YUV | 119.47 | 96.13 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 148 | 63 | 0.43 | 0 | 0.57 | 0.42 | 104.47 | 0.4 | 0.41 |
| Hex | 55 | 94 | 3F | 2B | 0 | 39 | 2A | 68 | 28 | 29 |
| Octal | 125 | 224 | 77 | 53 | 0 | 71 | 52 | 150 | 50 | 51 |
| Binary | 1010101 | 10010100 | 111111 | 101011 | 0 | 111001 | 101010 | 1101000 | 101000 | 101001 |
Color Harmonies of #55943F
Complementary color
Monochromatic Colors of #55943F
Black with #55943F
Text Example
Text Example
White with #55943F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55943F; }
p { color: rgb(85,148,63); }
H1.HeaderClassName
{
color: #55943F;
}
.AnyTagClassName
{
color: #55943F;
}
</style>
background-color css
<style>
a { background-color: #55943F; }
a { background-color: rgb(85,148,63); }
div.DivClassName
{
background-color: #55943F;
}
.BgClassName
{
background-color: #55943F;
}
</style>
border-color css
<style>
span { border-color: #55943F; }
span { border-color: rgb(85,148,63); }
td.TdClassName
{
border-color: #55943F;
}
.TagClassName
{
border-color: #55943F;
}
</style>