Shades of Fern Green #557C4D
Tints of Fern Green #557C4D
RGB
CMYK
RGB Variations
Color information
#557C4D (or 0x557C4D) is known color: Fern Green. HEX triplet: 55, 7C and 4D. RGB value is (85,124,77). Sum of RGB (Red+Green+Blue) = 85+124+77=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 124 - color contains mainly: green. Hex color #557C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C4D is #AA83B2. Grayscale: #6B6B6B. Windows color (decimal): -11174835 or 5078101. OLE color: 5078101.
HSL color Cylindrical-coordinate representation of color #557C4D: hue angle of 109.79º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #557C4D is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 124 | 77 | - |
| CMYK | 0.31 | 0 | 0.38 | 0.51 |
| HSL | 109.79º | 0.23% | 0.39% | - |
| HSV(B) | 109.79º | 0.38% | 0.49% | - |
| XYZ | 12.29 | 16.88 | 9.63 | - |
| YUV | 106.98 | 111.08 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 77 | 0.31 | 0 | 0.38 | 0.51 | 109.79 | 0.23 | 0.39 |
| Hex | 55 | 7C | 4D | 1F | 0 | 26 | 33 | 6E | 17 | 27 |
| Octal | 125 | 174 | 115 | 37 | 0 | 46 | 63 | 156 | 27 | 47 |
| Binary | 1010101 | 1111100 | 1001101 | 11111 | 0 | 100110 | 110011 | 1101110 | 10111 | 100111 |
Color Harmonies of #557C4D
Complementary color
Monochromatic Colors of #557C4D
Black with #557C4D
Text Example
Text Example
White with #557C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557C4D; }
p { color: rgb(85,124,77); }
H1.HeaderClassName
{
color: #557C4D;
}
.AnyTagClassName
{
color: #557C4D;
}
</style>
background-color css
<style>
a { background-color: #557C4D; }
a { background-color: rgb(85,124,77); }
div.DivClassName
{
background-color: #557C4D;
}
.BgClassName
{
background-color: #557C4D;
}
</style>
border-color css
<style>
span { border-color: #557C4D; }
span { border-color: rgb(85,124,77); }
td.TdClassName
{
border-color: #557C4D;
}
.TagClassName
{
border-color: #557C4D;
}
</style>