Shades of Fern Green #557E45
Tints of Fern Green #557E45
RGB
CMYK
RGB Variations
Color information
#557E45 (or 0x557E45) is known color: Fern Green. HEX triplet: 55, 7E and 45. RGB value is (85,126,69). Sum of RGB (Red+Green+Blue) = 85+126+69=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 126 (49.61% from 255 or 45% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 126 - color contains mainly: green. Hex color #557E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557E45 is #AA81BA. Grayscale: #6B6B6B. Windows color (decimal): -11174331 or 4554325. OLE color: 4554325.
HSL color Cylindrical-coordinate representation of color #557E45: hue angle of 103.16º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #557E45 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 126 | 69 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.51 |
| HSL | 103.16º | 0.29% | 0.38% | - |
| HSV(B) | 103.16º | 0.45% | 0.49% | - |
| XYZ | 12.28 | 17.28 | 8.32 | - |
| YUV | 107.24 | 106.42 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 69 | 0.33 | 0 | 0.45 | 0.51 | 103.16 | 0.29 | 0.38 |
| Hex | 55 | 7E | 45 | 21 | 0 | 2D | 33 | 67 | 1D | 26 |
| Octal | 125 | 176 | 105 | 41 | 0 | 55 | 63 | 147 | 35 | 46 |
| Binary | 1010101 | 1111110 | 1000101 | 100001 | 0 | 101101 | 110011 | 1100111 | 11101 | 100110 |
Color Harmonies of #557E45
Complementary color
Monochromatic Colors of #557E45
Black with #557E45
Text Example
Text Example
White with #557E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557E45; }
p { color: rgb(85,126,69); }
H1.HeaderClassName
{
color: #557E45;
}
.AnyTagClassName
{
color: #557E45;
}
</style>
background-color css
<style>
a { background-color: #557E45; }
a { background-color: rgb(85,126,69); }
div.DivClassName
{
background-color: #557E45;
}
.BgClassName
{
background-color: #557E45;
}
</style>
border-color css
<style>
span { border-color: #557E45; }
span { border-color: rgb(85,126,69); }
td.TdClassName
{
border-color: #557E45;
}
.TagClassName
{
border-color: #557E45;
}
</style>