Shades of Fern Green #557343
Tints of Fern Green #557343
RGB
CMYK
RGB Variations
Color information
#557343 (or 0x557343) is known color: Fern Green. HEX triplet: 55, 73 and 43. RGB value is (85,115,67). Sum of RGB (Red+Green+Blue) = 85+115+67=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 115 - color contains mainly: green. Hex color #557343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557343 is #AA8CBC. Grayscale: #646464. Windows color (decimal): -11177149 or 4420437. OLE color: 4420437.
HSL color Cylindrical-coordinate representation of color #557343: hue angle of 97.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #557343 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 115 | 67 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.55 |
| HSL | 97.5º | 0.26% | 0.36% | - |
| HSV(B) | 97.5º | 0.42% | 0.45% | - |
| XYZ | 10.89 | 14.6 | 7.55 | - |
| YUV | 100.56 | 109.06 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 67 | 0.26 | 0 | 0.42 | 0.55 | 97.5 | 0.26 | 0.36 |
| Hex | 55 | 73 | 43 | 1A | 0 | 2A | 37 | 62 | 1A | 24 |
| Octal | 125 | 163 | 103 | 32 | 0 | 52 | 67 | 142 | 32 | 44 |
| Binary | 1010101 | 1110011 | 1000011 | 11010 | 0 | 101010 | 110111 | 1100010 | 11010 | 100100 |
Color Harmonies of #557343
Complementary color
Monochromatic Colors of #557343
Black with #557343
Text Example
Text Example
White with #557343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557343; }
p { color: rgb(85,115,67); }
H1.HeaderClassName
{
color: #557343;
}
.AnyTagClassName
{
color: #557343;
}
</style>
background-color css
<style>
a { background-color: #557343; }
a { background-color: rgb(85,115,67); }
div.DivClassName
{
background-color: #557343;
}
.BgClassName
{
background-color: #557343;
}
</style>
border-color css
<style>
span { border-color: #557343; }
span { border-color: rgb(85,115,67); }
td.TdClassName
{
border-color: #557343;
}
.TagClassName
{
border-color: #557343;
}
</style>