Shades of Fern Green #55923F
Tints of Fern Green #55923F
RGB
CMYK
RGB Variations
Color information
#55923F (or 0x55923F) is known color: Fern Green. HEX triplet: 55, 92 and 3F. RGB value is (85,146,63). Sum of RGB (Red+Green+Blue) = 85+146+63=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #55923F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55923F is #AA6DC0. Grayscale: #767676. Windows color (decimal): -11169217 or 4166229. OLE color: 4166229.
HSL color Cylindrical-coordinate representation of color #55923F: hue angle of 104.1º degrees, saturation: 0.4, 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 #55923F is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 146 | 63 | - |
| CMYK | 0.42 | 0 | 0.57 | 0.43 |
| HSL | 104.1º | 0.4% | 0.41% | - |
| HSV(B) | 104.1º | 0.57% | 0.57% | - |
| XYZ | 14.92 | 22.85 | 8.33 | - |
| YUV | 118.3 | 96.79 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 146 | 63 | 0.42 | 0 | 0.57 | 0.43 | 104.1 | 0.4 | 0.41 |
| Hex | 55 | 92 | 3F | 2A | 0 | 39 | 2B | 68 | 28 | 29 |
| Octal | 125 | 222 | 77 | 52 | 0 | 71 | 53 | 150 | 50 | 51 |
| Binary | 1010101 | 10010010 | 111111 | 101010 | 0 | 111001 | 101011 | 1101000 | 101000 | 101001 |
Color Harmonies of #55923F
Complementary color
Monochromatic Colors of #55923F
Black with #55923F
Text Example
Text Example
White with #55923F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55923F; }
p { color: rgb(85,146,63); }
H1.HeaderClassName
{
color: #55923F;
}
.AnyTagClassName
{
color: #55923F;
}
</style>
background-color css
<style>
a { background-color: #55923F; }
a { background-color: rgb(85,146,63); }
div.DivClassName
{
background-color: #55923F;
}
.BgClassName
{
background-color: #55923F;
}
</style>
border-color css
<style>
span { border-color: #55923F; }
span { border-color: rgb(85,146,63); }
td.TdClassName
{
border-color: #55923F;
}
.TagClassName
{
border-color: #55923F;
}
</style>