Shades of Fern Green #557643
Tints of Fern Green #557643
RGB
CMYK
RGB Variations
Color information
#557643 (or 0x557643) is known color: Fern Green. HEX triplet: 55, 76 and 43. RGB value is (85,118,67). Sum of RGB (Red+Green+Blue) = 85+118+67=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 118 - color contains mainly: green. Hex color #557643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557643 is #AA89BC. Grayscale: #666666. Windows color (decimal): -11176381 or 4421205. OLE color: 4421205.
HSL color Cylindrical-coordinate representation of color #557643: hue angle of 98.82º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #557643 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 118 | 67 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.54 |
| HSL | 98.82º | 0.28% | 0.36% | - |
| HSV(B) | 98.82º | 0.43% | 0.46% | - |
| XYZ | 11.24 | 15.29 | 7.67 | - |
| YUV | 102.32 | 108.07 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 118 | 67 | 0.28 | 0 | 0.43 | 0.54 | 98.82 | 0.28 | 0.36 |
| Hex | 55 | 76 | 43 | 1C | 0 | 2B | 36 | 63 | 1C | 24 |
| Octal | 125 | 166 | 103 | 34 | 0 | 53 | 66 | 143 | 34 | 44 |
| Binary | 1010101 | 1110110 | 1000011 | 11100 | 0 | 101011 | 110110 | 1100011 | 11100 | 100100 |
Color Harmonies of #557643
Complementary color
Monochromatic Colors of #557643
Black with #557643
Text Example
Text Example
White with #557643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557643; }
p { color: rgb(85,118,67); }
H1.HeaderClassName
{
color: #557643;
}
.AnyTagClassName
{
color: #557643;
}
</style>
background-color css
<style>
a { background-color: #557643; }
a { background-color: rgb(85,118,67); }
div.DivClassName
{
background-color: #557643;
}
.BgClassName
{
background-color: #557643;
}
</style>
border-color css
<style>
span { border-color: #557643; }
span { border-color: rgb(85,118,67); }
td.TdClassName
{
border-color: #557643;
}
.TagClassName
{
border-color: #557643;
}
</style>