Shades of Fern Green #55923C
Tints of Fern Green #55923C
RGB
CMYK
RGB Variations
Color information
#55923C (or 0x55923C) is known color: Fern Green. HEX triplet: 55, 92 and 3C. RGB value is (85,146,60). Sum of RGB (Red+Green+Blue) = 85+146+60=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #55923C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55923C is #AA6DC3. Grayscale: #767676. Windows color (decimal): -11169220 or 3969621. OLE color: 3969621.
HSL color Cylindrical-coordinate representation of color #55923C: hue angle of 102.56º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55923C is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 146 | 60 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.43 |
| HSL | 102.56º | 0.42% | 0.4% | - |
| HSV(B) | 102.56º | 0.59% | 0.57% | - |
| XYZ | 14.84 | 22.82 | 7.9 | - |
| YUV | 117.96 | 95.29 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 146 | 60 | 0.42 | 0 | 0.59 | 0.43 | 102.56 | 0.42 | 0.4 |
| Hex | 55 | 92 | 3C | 2A | 0 | 3B | 2B | 67 | 2A | 28 |
| Octal | 125 | 222 | 74 | 52 | 0 | 73 | 53 | 147 | 52 | 50 |
| Binary | 1010101 | 10010010 | 111100 | 101010 | 0 | 111011 | 101011 | 1100111 | 101010 | 101000 |
Color Harmonies of #55923C
Complementary color
Monochromatic Colors of #55923C
Black with #55923C
Text Example
Text Example
White with #55923C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55923C; }
p { color: rgb(85,146,60); }
H1.HeaderClassName
{
color: #55923C;
}
.AnyTagClassName
{
color: #55923C;
}
</style>
background-color css
<style>
a { background-color: #55923C; }
a { background-color: rgb(85,146,60); }
div.DivClassName
{
background-color: #55923C;
}
.BgClassName
{
background-color: #55923C;
}
</style>
border-color css
<style>
span { border-color: #55923C; }
span { border-color: rgb(85,146,60); }
td.TdClassName
{
border-color: #55923C;
}
.TagClassName
{
border-color: #55923C;
}
</style>