Shades of Fern Green #55834A
Tints of Fern Green #55834A
RGB
CMYK
RGB Variations
Color information
#55834A (or 0x55834A) is known color: Fern Green. HEX triplet: 55, 83 and 4A. RGB value is (85,131,74). Sum of RGB (Red+Green+Blue) = 85+131+74=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 131 - color contains mainly: green. Hex color #55834A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55834A is #AA7CB5. Grayscale: #6E6E6E. Windows color (decimal): -11173046 or 4883285. OLE color: 4883285.
HSL color Cylindrical-coordinate representation of color #55834A: hue angle of 108.42º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55834A is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 131 | 74 | - |
| CMYK | 0.35 | 0 | 0.44 | 0.49 |
| HSL | 108.42º | 0.28% | 0.4% | - |
| HSV(B) | 108.42º | 0.44% | 0.51% | - |
| XYZ | 13.1 | 18.66 | 9.39 | - |
| YUV | 110.75 | 107.26 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 74 | 0.35 | 0 | 0.44 | 0.49 | 108.42 | 0.28 | 0.4 |
| Hex | 55 | 83 | 4A | 23 | 0 | 2C | 31 | 6C | 1C | 28 |
| Octal | 125 | 203 | 112 | 43 | 0 | 54 | 61 | 154 | 34 | 50 |
| Binary | 1010101 | 10000011 | 1001010 | 100011 | 0 | 101100 | 110001 | 1101100 | 11100 | 101000 |
Color Harmonies of #55834A
Complementary color
Monochromatic Colors of #55834A
Black with #55834A
Text Example
Text Example
White with #55834A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55834A; }
p { color: rgb(85,131,74); }
H1.HeaderClassName
{
color: #55834A;
}
.AnyTagClassName
{
color: #55834A;
}
</style>
background-color css
<style>
a { background-color: #55834A; }
a { background-color: rgb(85,131,74); }
div.DivClassName
{
background-color: #55834A;
}
.BgClassName
{
background-color: #55834A;
}
</style>
border-color css
<style>
span { border-color: #55834A; }
span { border-color: rgb(85,131,74); }
td.TdClassName
{
border-color: #55834A;
}
.TagClassName
{
border-color: #55834A;
}
</style>