Shades of Fern Green #557F45
Tints of Fern Green #557F45
RGB
CMYK
RGB Variations
Color information
#557F45 (or 0x557F45) is known color: Fern Green. HEX triplet: 55, 7F and 45. RGB value is (85,127,69). Sum of RGB (Red+Green+Blue) = 85+127+69=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 127 (50% from 255 or 45.20% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 127 - color contains mainly: green. Hex color #557F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557F45 is #AA80BA. Grayscale: #6C6C6C. Windows color (decimal): -11174075 or 4554581. OLE color: 4554581.
HSL color Cylindrical-coordinate representation of color #557F45: hue angle of 103.45º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #557F45 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 127 | 69 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.50 |
| HSL | 103.45º | 0.3% | 0.38% | - |
| HSV(B) | 103.45º | 0.46% | 0.5% | - |
| XYZ | 12.41 | 17.54 | 8.36 | - |
| YUV | 107.83 | 106.09 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 69 | 0.33 | 0 | 0.46 | 0.50 | 103.45 | 0.3 | 0.38 |
| Hex | 55 | 7F | 45 | 21 | 0 | 2E | 32 | 67 | 1E | 26 |
| Octal | 125 | 177 | 105 | 41 | 0 | 56 | 62 | 147 | 36 | 46 |
| Binary | 1010101 | 1111111 | 1000101 | 100001 | 0 | 101110 | 110010 | 1100111 | 11110 | 100110 |
Color Harmonies of #557F45
Complementary color
Monochromatic Colors of #557F45
Black with #557F45
Text Example
Text Example
White with #557F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557F45; }
p { color: rgb(85,127,69); }
H1.HeaderClassName
{
color: #557F45;
}
.AnyTagClassName
{
color: #557F45;
}
</style>
background-color css
<style>
a { background-color: #557F45; }
a { background-color: rgb(85,127,69); }
div.DivClassName
{
background-color: #557F45;
}
.BgClassName
{
background-color: #557F45;
}
</style>
border-color css
<style>
span { border-color: #557F45; }
span { border-color: rgb(85,127,69); }
td.TdClassName
{
border-color: #557F45;
}
.TagClassName
{
border-color: #557F45;
}
</style>