Shades of Fern Green #557A3F
Tints of Fern Green #557A3F
RGB
CMYK
RGB Variations
Color information
#557A3F (or 0x557A3F) is known color: Fern Green. HEX triplet: 55, 7A and 3F. RGB value is (85,122,63). Sum of RGB (Red+Green+Blue) = 85+122+63=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 122 - color contains mainly: green. Hex color #557A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557A3F is #AA85C0. Grayscale: #686868. Windows color (decimal): -11175361 or 4160085. OLE color: 4160085.
HSL color Cylindrical-coordinate representation of color #557A3F: hue angle of 97.63º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #557A3F is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 122 | 63 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.52 |
| HSL | 97.63º | 0.32% | 0.36% | - |
| HSV(B) | 97.63º | 0.48% | 0.48% | - |
| XYZ | 11.6 | 16.21 | 7.22 | - |
| YUV | 104.21 | 104.74 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 63 | 0.30 | 0 | 0.48 | 0.52 | 97.63 | 0.32 | 0.36 |
| Hex | 55 | 7A | 3F | 1E | 0 | 30 | 34 | 62 | 20 | 24 |
| Octal | 125 | 172 | 77 | 36 | 0 | 60 | 64 | 142 | 40 | 44 |
| Binary | 1010101 | 1111010 | 111111 | 11110 | 0 | 110000 | 110100 | 1100010 | 100000 | 100100 |
Color Harmonies of #557A3F
Complementary color
Monochromatic Colors of #557A3F
Black with #557A3F
Text Example
Text Example
White with #557A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557A3F; }
p { color: rgb(85,122,63); }
H1.HeaderClassName
{
color: #557A3F;
}
.AnyTagClassName
{
color: #557A3F;
}
</style>
background-color css
<style>
a { background-color: #557A3F; }
a { background-color: rgb(85,122,63); }
div.DivClassName
{
background-color: #557A3F;
}
.BgClassName
{
background-color: #557A3F;
}
</style>
border-color css
<style>
span { border-color: #557A3F; }
span { border-color: rgb(85,122,63); }
td.TdClassName
{
border-color: #557A3F;
}
.TagClassName
{
border-color: #557A3F;
}
</style>