Shades of Fern Green #557C42
Tints of Fern Green #557C42
RGB
CMYK
RGB Variations
Color information
#557C42 (or 0x557C42) is known color: Fern Green. HEX triplet: 55, 7C and 42. RGB value is (85,124,66). Sum of RGB (Red+Green+Blue) = 85+124+66=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 124 - color contains mainly: green. Hex color #557C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557C42 is #AA83BD. Grayscale: #696969. Windows color (decimal): -11174846 or 4357205. OLE color: 4357205.
HSL color Cylindrical-coordinate representation of color #557C42: hue angle of 100.34º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #557C42 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 124 | 66 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.51 |
| HSL | 100.34º | 0.31% | 0.37% | - |
| HSV(B) | 100.34º | 0.47% | 0.49% | - |
| XYZ | 11.94 | 16.74 | 7.76 | - |
| YUV | 105.73 | 105.58 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 66 | 0.31 | 0 | 0.47 | 0.51 | 100.34 | 0.31 | 0.37 |
| Hex | 55 | 7C | 42 | 1F | 0 | 2F | 33 | 64 | 1F | 25 |
| Octal | 125 | 174 | 102 | 37 | 0 | 57 | 63 | 144 | 37 | 45 |
| Binary | 1010101 | 1111100 | 1000010 | 11111 | 0 | 101111 | 110011 | 1100100 | 11111 | 100101 |
Color Harmonies of #557C42
Complementary color
Monochromatic Colors of #557C42
Black with #557C42
Text Example
Text Example
White with #557C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557C42; }
p { color: rgb(85,124,66); }
H1.HeaderClassName
{
color: #557C42;
}
.AnyTagClassName
{
color: #557C42;
}
</style>
background-color css
<style>
a { background-color: #557C42; }
a { background-color: rgb(85,124,66); }
div.DivClassName
{
background-color: #557C42;
}
.BgClassName
{
background-color: #557C42;
}
</style>
border-color css
<style>
span { border-color: #557C42; }
span { border-color: rgb(85,124,66); }
td.TdClassName
{
border-color: #557C42;
}
.TagClassName
{
border-color: #557C42;
}
</style>