Shades of Fern Green #557641
Tints of Fern Green #557641
RGB
CMYK
RGB Variations
Color information
#557641 (or 0x557641) is known color: Fern Green. HEX triplet: 55, 76 and 41. RGB value is (85,118,65). Sum of RGB (Red+Green+Blue) = 85+118+65=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 118 - color contains mainly: green. Hex color #557641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557641 is #AA89BE. Grayscale: #666666. Windows color (decimal): -11176383 or 4290133. OLE color: 4290133.
HSL color Cylindrical-coordinate representation of color #557641: hue angle of 97.36º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #557641 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 118 | 65 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.54 |
| HSL | 97.36º | 0.29% | 0.36% | - |
| HSV(B) | 97.36º | 0.45% | 0.46% | - |
| XYZ | 11.18 | 15.27 | 7.36 | - |
| YUV | 102.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 118 | 65 | 0.28 | 0 | 0.45 | 0.54 | 97.36 | 0.29 | 0.36 |
| Hex | 55 | 76 | 41 | 1C | 0 | 2D | 36 | 61 | 1D | 24 |
| Octal | 125 | 166 | 101 | 34 | 0 | 55 | 66 | 141 | 35 | 44 |
| Binary | 1010101 | 1110110 | 1000001 | 11100 | 0 | 101101 | 110110 | 1100001 | 11101 | 100100 |
Color Harmonies of #557641
Complementary color
Monochromatic Colors of #557641
Black with #557641
Text Example
Text Example
White with #557641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557641; }
p { color: rgb(85,118,65); }
H1.HeaderClassName
{
color: #557641;
}
.AnyTagClassName
{
color: #557641;
}
</style>
background-color css
<style>
a { background-color: #557641; }
a { background-color: rgb(85,118,65); }
div.DivClassName
{
background-color: #557641;
}
.BgClassName
{
background-color: #557641;
}
</style>
border-color css
<style>
span { border-color: #557641; }
span { border-color: rgb(85,118,65); }
td.TdClassName
{
border-color: #557641;
}
.TagClassName
{
border-color: #557641;
}
</style>