Shades of Fern Green #558238
Tints of Fern Green #558238
RGB
CMYK
RGB Variations
Color information
#558238 (or 0x558238) is known color: Fern Green. HEX triplet: 55, 82 and 38. RGB value is (85,130,56). Sum of RGB (Red+Green+Blue) = 85+130+56=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #558238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558238 is #AA7DC7. Grayscale: #6C6C6C. Windows color (decimal): -11173320 or 3703381. OLE color: 3703381.
HSL color Cylindrical-coordinate representation of color #558238: hue angle of 96.49º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #558238 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 130 | 56 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.49 |
| HSL | 96.49º | 0.4% | 0.36% | - |
| HSV(B) | 96.49º | 0.57% | 0.51% | - |
| XYZ | 12.44 | 18.18 | 6.6 | - |
| YUV | 108.11 | 98.59 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 130 | 56 | 0.35 | 0 | 0.57 | 0.49 | 96.49 | 0.4 | 0.36 |
| Hex | 55 | 82 | 38 | 23 | 0 | 39 | 31 | 60 | 28 | 24 |
| Octal | 125 | 202 | 70 | 43 | 0 | 71 | 61 | 140 | 50 | 44 |
| Binary | 1010101 | 10000010 | 111000 | 100011 | 0 | 111001 | 110001 | 1100000 | 101000 | 100100 |
Color Harmonies of #558238
Complementary color
Monochromatic Colors of #558238
Black with #558238
Text Example
Text Example
White with #558238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558238; }
p { color: rgb(85,130,56); }
H1.HeaderClassName
{
color: #558238;
}
.AnyTagClassName
{
color: #558238;
}
</style>
background-color css
<style>
a { background-color: #558238; }
a { background-color: rgb(85,130,56); }
div.DivClassName
{
background-color: #558238;
}
.BgClassName
{
background-color: #558238;
}
</style>
border-color css
<style>
span { border-color: #558238; }
span { border-color: rgb(85,130,56); }
td.TdClassName
{
border-color: #558238;
}
.TagClassName
{
border-color: #558238;
}
</style>