Shades of Fern Green #557345
Tints of Fern Green #557345
RGB
CMYK
RGB Variations
Color information
#557345 (or 0x557345) is known color: Fern Green. HEX triplet: 55, 73 and 45. RGB value is (85,115,69). Sum of RGB (Red+Green+Blue) = 85+115+69=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 115 - color contains mainly: green. Hex color #557345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557345 is #AA8CBA. Grayscale: #646464. Windows color (decimal): -11177147 or 4551509. OLE color: 4551509.
HSL color Cylindrical-coordinate representation of color #557345: hue angle of 99.13º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #557345 is Cyan = 0.26, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 115 | 69 | - |
| CMYK | 0.26 | 0 | 0.4 | 0.55 |
| HSL | 99.13º | 0.25% | 0.36% | - |
| HSV(B) | 99.13º | 0.4% | 0.45% | - |
| XYZ | 10.95 | 14.62 | 7.88 | - |
| YUV | 100.79 | 110.06 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 69 | 0.26 | 0 | 0.4 | 0.55 | 99.13 | 0.25 | 0.36 |
| Hex | 55 | 73 | 45 | 1A | 0 | 28 | 37 | 63 | 19 | 24 |
| Octal | 125 | 163 | 105 | 32 | 0 | 50 | 67 | 143 | 31 | 44 |
| Binary | 1010101 | 1110011 | 1000101 | 11010 | 0 | 101000 | 110111 | 1100011 | 11001 | 100100 |
Color Harmonies of #557345
Complementary color
Monochromatic Colors of #557345
Black with #557345
Text Example
Text Example
White with #557345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557345; }
p { color: rgb(85,115,69); }
H1.HeaderClassName
{
color: #557345;
}
.AnyTagClassName
{
color: #557345;
}
</style>
background-color css
<style>
a { background-color: #557345; }
a { background-color: rgb(85,115,69); }
div.DivClassName
{
background-color: #557345;
}
.BgClassName
{
background-color: #557345;
}
</style>
border-color css
<style>
span { border-color: #557345; }
span { border-color: rgb(85,115,69); }
td.TdClassName
{
border-color: #557345;
}
.TagClassName
{
border-color: #557345;
}
</style>