Shades of Fern Green #558438
Tints of Fern Green #558438
RGB
CMYK
RGB Variations
Color information
#558438 (or 0x558438) is known color: Fern Green. HEX triplet: 55, 84 and 38. RGB value is (85,132,56). Sum of RGB (Red+Green+Blue) = 85+132+56=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #558438 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558438 is #AA7BC7. Grayscale: #6D6D6D. Windows color (decimal): -11172808 or 3703893. OLE color: 3703893.
HSL color Cylindrical-coordinate representation of color #558438: hue angle of 97.11º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #558438 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 132 | 56 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.48 |
| HSL | 97.11º | 0.4% | 0.37% | - |
| HSV(B) | 97.11º | 0.58% | 0.52% | - |
| XYZ | 12.71 | 18.72 | 6.68 | - |
| YUV | 109.28 | 97.93 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 132 | 56 | 0.36 | 0 | 0.58 | 0.48 | 97.11 | 0.4 | 0.37 |
| Hex | 55 | 84 | 38 | 24 | 0 | 3A | 30 | 61 | 28 | 25 |
| Octal | 125 | 204 | 70 | 44 | 0 | 72 | 60 | 141 | 50 | 45 |
| Binary | 1010101 | 10000100 | 111000 | 100100 | 0 | 111010 | 110000 | 1100001 | 101000 | 100101 |
Color Harmonies of #558438
Complementary color
Monochromatic Colors of #558438
Black with #558438
Text Example
Text Example
White with #558438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558438; }
p { color: rgb(85,132,56); }
H1.HeaderClassName
{
color: #558438;
}
.AnyTagClassName
{
color: #558438;
}
</style>
background-color css
<style>
a { background-color: #558438; }
a { background-color: rgb(85,132,56); }
div.DivClassName
{
background-color: #558438;
}
.BgClassName
{
background-color: #558438;
}
</style>
border-color css
<style>
span { border-color: #558438; }
span { border-color: rgb(85,132,56); }
td.TdClassName
{
border-color: #558438;
}
.TagClassName
{
border-color: #558438;
}
</style>