Shades of Fern Green #557540
Tints of Fern Green #557540
RGB
CMYK
RGB Variations
Color information
#557540 (or 0x557540) is known color: Fern Green. HEX triplet: 55, 75 and 40. RGB value is (85,117,64). Sum of RGB (Red+Green+Blue) = 85+117+64=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #557540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557540 is #AA8ABF. Grayscale: #656565. Windows color (decimal): -11176640 or 4224341. OLE color: 4224341.
HSL color Cylindrical-coordinate representation of color #557540: hue angle of 96.23º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #557540 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 117 | 64 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.54 |
| HSL | 96.23º | 0.29% | 0.35% | - |
| HSV(B) | 96.23º | 0.45% | 0.46% | - |
| XYZ | 11.03 | 15.02 | 7.17 | - |
| YUV | 101.39 | 106.9 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 64 | 0.27 | 0 | 0.45 | 0.54 | 96.23 | 0.29 | 0.35 |
| Hex | 55 | 75 | 40 | 1B | 0 | 2D | 36 | 60 | 1D | 23 |
| Octal | 125 | 165 | 100 | 33 | 0 | 55 | 66 | 140 | 35 | 43 |
| Binary | 1010101 | 1110101 | 1000000 | 11011 | 0 | 101101 | 110110 | 1100000 | 11101 | 100011 |
Color Harmonies of #557540
Complementary color
Monochromatic Colors of #557540
Black with #557540
Text Example
Text Example
White with #557540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557540; }
p { color: rgb(85,117,64); }
H1.HeaderClassName
{
color: #557540;
}
.AnyTagClassName
{
color: #557540;
}
</style>
background-color css
<style>
a { background-color: #557540; }
a { background-color: rgb(85,117,64); }
div.DivClassName
{
background-color: #557540;
}
.BgClassName
{
background-color: #557540;
}
</style>
border-color css
<style>
span { border-color: #557540; }
span { border-color: rgb(85,117,64); }
td.TdClassName
{
border-color: #557540;
}
.TagClassName
{
border-color: #557540;
}
</style>