Shades of Fern Green #557B49
Tints of Fern Green #557B49
RGB
CMYK
RGB Variations
Color information
#557B49 (or 0x557B49) is known color: Fern Green. HEX triplet: 55, 7B and 49. RGB value is (85,123,73). Sum of RGB (Red+Green+Blue) = 85+123+73=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 123 (48.44% from 255 or 43.77% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 123 - color contains mainly: green. Hex color #557B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557B49 is #AA84B6. Grayscale: #6A6A6A. Windows color (decimal): -11175095 or 4815701. OLE color: 4815701.
HSL color Cylindrical-coordinate representation of color #557B49: hue angle of 105.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #557B49 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 123 | 73 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.52 |
| HSL | 105.6º | 0.26% | 0.38% | - |
| HSV(B) | 105.6º | 0.41% | 0.48% | - |
| XYZ | 12.03 | 16.58 | 8.87 | - |
| YUV | 105.94 | 109.41 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 73 | 0.31 | 0 | 0.41 | 0.52 | 105.6 | 0.26 | 0.38 |
| Hex | 55 | 7B | 49 | 1F | 0 | 29 | 34 | 6A | 1A | 26 |
| Octal | 125 | 173 | 111 | 37 | 0 | 51 | 64 | 152 | 32 | 46 |
| Binary | 1010101 | 1111011 | 1001001 | 11111 | 0 | 101001 | 110100 | 1101010 | 11010 | 100110 |
Color Harmonies of #557B49
Complementary color
Monochromatic Colors of #557B49
Black with #557B49
Text Example
Text Example
White with #557B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557B49; }
p { color: rgb(85,123,73); }
H1.HeaderClassName
{
color: #557B49;
}
.AnyTagClassName
{
color: #557B49;
}
</style>
background-color css
<style>
a { background-color: #557B49; }
a { background-color: rgb(85,123,73); }
div.DivClassName
{
background-color: #557B49;
}
.BgClassName
{
background-color: #557B49;
}
</style>
border-color css
<style>
span { border-color: #557B49; }
span { border-color: rgb(85,123,73); }
td.TdClassName
{
border-color: #557B49;
}
.TagClassName
{
border-color: #557B49;
}
</style>