Shades of Fern Green #557548
Tints of Fern Green #557548
RGB
CMYK
RGB Variations
Color information
#557548 (or 0x557548) is known color: Fern Green. HEX triplet: 55, 75 and 48. RGB value is (85,117,72). Sum of RGB (Red+Green+Blue) = 85+117+72=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 117 - color contains mainly: green. Hex color #557548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557548 is #AA8AB7. Grayscale: #666666. Windows color (decimal): -11176632 or 4748629. OLE color: 4748629.
HSL color Cylindrical-coordinate representation of color #557548: hue angle of 102.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #557548 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 117 | 72 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.54 |
| HSL | 102.67º | 0.24% | 0.37% | - |
| HSV(B) | 102.67º | 0.38% | 0.46% | - |
| XYZ | 11.28 | 15.12 | 8.46 | - |
| YUV | 102.3 | 110.9 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 72 | 0.27 | 0 | 0.38 | 0.54 | 102.67 | 0.24 | 0.37 |
| Hex | 55 | 75 | 48 | 1B | 0 | 26 | 36 | 67 | 18 | 25 |
| Octal | 125 | 165 | 110 | 33 | 0 | 46 | 66 | 147 | 30 | 45 |
| Binary | 1010101 | 1110101 | 1001000 | 11011 | 0 | 100110 | 110110 | 1100111 | 11000 | 100101 |
Color Harmonies of #557548
Complementary color
Monochromatic Colors of #557548
Black with #557548
Text Example
Text Example
White with #557548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557548; }
p { color: rgb(85,117,72); }
H1.HeaderClassName
{
color: #557548;
}
.AnyTagClassName
{
color: #557548;
}
</style>
background-color css
<style>
a { background-color: #557548; }
a { background-color: rgb(85,117,72); }
div.DivClassName
{
background-color: #557548;
}
.BgClassName
{
background-color: #557548;
}
</style>
border-color css
<style>
span { border-color: #557548; }
span { border-color: rgb(85,117,72); }
td.TdClassName
{
border-color: #557548;
}
.TagClassName
{
border-color: #557548;
}
</style>