Shades of Fern Green #558348
Tints of Fern Green #558348
RGB
CMYK
RGB Variations
Color information
#558348 (or 0x558348) is known color: Fern Green. HEX triplet: 55, 83 and 48. RGB value is (85,131,72). Sum of RGB (Red+Green+Blue) = 85+131+72=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #558348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558348 is #AA7CB7. Grayscale: #6E6E6E. Windows color (decimal): -11173048 or 4752213. OLE color: 4752213.
HSL color Cylindrical-coordinate representation of color #558348: hue angle of 106.78º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #558348 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 131 | 72 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.49 |
| HSL | 106.78º | 0.29% | 0.4% | - |
| HSV(B) | 106.78º | 0.45% | 0.51% | - |
| XYZ | 13.03 | 18.63 | 9.04 | - |
| YUV | 110.52 | 106.26 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 72 | 0.35 | 0 | 0.45 | 0.49 | 106.78 | 0.29 | 0.4 |
| Hex | 55 | 83 | 48 | 23 | 0 | 2D | 31 | 6B | 1D | 28 |
| Octal | 125 | 203 | 110 | 43 | 0 | 55 | 61 | 153 | 35 | 50 |
| Binary | 1010101 | 10000011 | 1001000 | 100011 | 0 | 101101 | 110001 | 1101011 | 11101 | 101000 |
Color Harmonies of #558348
Complementary color
Monochromatic Colors of #558348
Black with #558348
Text Example
Text Example
White with #558348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558348; }
p { color: rgb(85,131,72); }
H1.HeaderClassName
{
color: #558348;
}
.AnyTagClassName
{
color: #558348;
}
</style>
background-color css
<style>
a { background-color: #558348; }
a { background-color: rgb(85,131,72); }
div.DivClassName
{
background-color: #558348;
}
.BgClassName
{
background-color: #558348;
}
</style>
border-color css
<style>
span { border-color: #558348; }
span { border-color: rgb(85,131,72); }
td.TdClassName
{
border-color: #558348;
}
.TagClassName
{
border-color: #558348;
}
</style>