Shades of Fern Green #557541
Tints of Fern Green #557541
RGB
CMYK
RGB Variations
Color information
#557541 (or 0x557541) is known color: Fern Green. HEX triplet: 55, 75 and 41. RGB value is (85,117,65). Sum of RGB (Red+Green+Blue) = 85+117+65=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 117 - color contains mainly: green. Hex color #557541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557541 is #AA8ABE. Grayscale: #656565. Windows color (decimal): -11176639 or 4289877. OLE color: 4289877.
HSL color Cylindrical-coordinate representation of color #557541: hue angle of 96.92º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #557541 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 117 | 65 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.54 |
| HSL | 96.92º | 0.29% | 0.36% | - |
| HSV(B) | 96.92º | 0.44% | 0.46% | - |
| XYZ | 11.06 | 15.04 | 7.32 | - |
| YUV | 101.5 | 107.4 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 65 | 0.27 | 0 | 0.44 | 0.54 | 96.92 | 0.29 | 0.36 |
| Hex | 55 | 75 | 41 | 1B | 0 | 2C | 36 | 61 | 1D | 24 |
| Octal | 125 | 165 | 101 | 33 | 0 | 54 | 66 | 141 | 35 | 44 |
| Binary | 1010101 | 1110101 | 1000001 | 11011 | 0 | 101100 | 110110 | 1100001 | 11101 | 100100 |
Color Harmonies of #557541
Complementary color
Monochromatic Colors of #557541
Black with #557541
Text Example
Text Example
White with #557541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557541; }
p { color: rgb(85,117,65); }
H1.HeaderClassName
{
color: #557541;
}
.AnyTagClassName
{
color: #557541;
}
</style>
background-color css
<style>
a { background-color: #557541; }
a { background-color: rgb(85,117,65); }
div.DivClassName
{
background-color: #557541;
}
.BgClassName
{
background-color: #557541;
}
</style>
border-color css
<style>
span { border-color: #557541; }
span { border-color: rgb(85,117,65); }
td.TdClassName
{
border-color: #557541;
}
.TagClassName
{
border-color: #557541;
}
</style>