Shades of Fern Green #557648
Tints of Fern Green #557648
RGB
CMYK
RGB Variations
Color information
#557648 (or 0x557648) is known color: Fern Green. HEX triplet: 55, 76 and 48. RGB value is (85,118,72). Sum of RGB (Red+Green+Blue) = 85+118+72=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 118 - color contains mainly: green. Hex color #557648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557648 is #AA89B7. Grayscale: #676767. Windows color (decimal): -11176376 or 4748885. OLE color: 4748885.
HSL color Cylindrical-coordinate representation of color #557648: hue angle of 103.04º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #557648 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 118 | 72 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.54 |
| HSL | 103.04º | 0.24% | 0.37% | - |
| HSV(B) | 103.04º | 0.39% | 0.46% | - |
| XYZ | 11.39 | 15.36 | 8.49 | - |
| YUV | 102.89 | 110.57 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 118 | 72 | 0.28 | 0 | 0.39 | 0.54 | 103.04 | 0.24 | 0.37 |
| Hex | 55 | 76 | 48 | 1C | 0 | 27 | 36 | 67 | 18 | 25 |
| Octal | 125 | 166 | 110 | 34 | 0 | 47 | 66 | 147 | 30 | 45 |
| Binary | 1010101 | 1110110 | 1001000 | 11100 | 0 | 100111 | 110110 | 1100111 | 11000 | 100101 |
Color Harmonies of #557648
Complementary color
Monochromatic Colors of #557648
Black with #557648
Text Example
Text Example
White with #557648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557648; }
p { color: rgb(85,118,72); }
H1.HeaderClassName
{
color: #557648;
}
.AnyTagClassName
{
color: #557648;
}
</style>
background-color css
<style>
a { background-color: #557648; }
a { background-color: rgb(85,118,72); }
div.DivClassName
{
background-color: #557648;
}
.BgClassName
{
background-color: #557648;
}
</style>
border-color css
<style>
span { border-color: #557648; }
span { border-color: rgb(85,118,72); }
td.TdClassName
{
border-color: #557648;
}
.TagClassName
{
border-color: #557648;
}
</style>