Shades of Fern Green #557E3C
Tints of Fern Green #557E3C
RGB
CMYK
RGB Variations
Color information
#557E3C (or 0x557E3C) is known color: Fern Green. HEX triplet: 55, 7E and 3C. RGB value is (85,126,60). Sum of RGB (Red+Green+Blue) = 85+126+60=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 126 (49.61% from 255 or 46.49% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 126 - color contains mainly: green. Hex color #557E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557E3C is #AA81C3. Grayscale: #6A6A6A. Windows color (decimal): -11174340 or 3964501. OLE color: 3964501.
HSL color Cylindrical-coordinate representation of color #557E3C: hue angle of 97.27º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #557E3C is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 126 | 60 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.51 |
| HSL | 97.27º | 0.35% | 0.36% | - |
| HSV(B) | 97.27º | 0.52% | 0.49% | - |
| XYZ | 12.02 | 17.18 | 6.96 | - |
| YUV | 106.22 | 101.92 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 60 | 0.33 | 0 | 0.52 | 0.51 | 97.27 | 0.35 | 0.36 |
| Hex | 55 | 7E | 3C | 21 | 0 | 34 | 33 | 61 | 23 | 24 |
| Octal | 125 | 176 | 74 | 41 | 0 | 64 | 63 | 141 | 43 | 44 |
| Binary | 1010101 | 1111110 | 111100 | 100001 | 0 | 110100 | 110011 | 1100001 | 100011 | 100100 |
Color Harmonies of #557E3C
Complementary color
Monochromatic Colors of #557E3C
Black with #557E3C
Text Example
Text Example
White with #557E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557E3C; }
p { color: rgb(85,126,60); }
H1.HeaderClassName
{
color: #557E3C;
}
.AnyTagClassName
{
color: #557E3C;
}
</style>
background-color css
<style>
a { background-color: #557E3C; }
a { background-color: rgb(85,126,60); }
div.DivClassName
{
background-color: #557E3C;
}
.BgClassName
{
background-color: #557E3C;
}
</style>
border-color css
<style>
span { border-color: #557E3C; }
span { border-color: rgb(85,126,60); }
td.TdClassName
{
border-color: #557E3C;
}
.TagClassName
{
border-color: #557E3C;
}
</style>