Shades of Fern Green #557D3C
Tints of Fern Green #557D3C
RGB
CMYK
RGB Variations
Color information
#557D3C (or 0x557D3C) is known color: Fern Green. HEX triplet: 55, 7D and 3C. RGB value is (85,125,60). Sum of RGB (Red+Green+Blue) = 85+125+60=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 125 - color contains mainly: green. Hex color #557D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557D3C is #AA82C3. Grayscale: #696969. Windows color (decimal): -11174596 or 3964245. OLE color: 3964245.
HSL color Cylindrical-coordinate representation of color #557D3C: hue angle of 96.92º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #557D3C is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 125 | 60 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.51 |
| HSL | 96.92º | 0.35% | 0.36% | - |
| HSV(B) | 96.92º | 0.52% | 0.49% | - |
| XYZ | 11.9 | 16.92 | 6.91 | - |
| YUV | 105.63 | 102.25 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 125 | 60 | 0.32 | 0 | 0.52 | 0.51 | 96.92 | 0.35 | 0.36 |
| Hex | 55 | 7D | 3C | 20 | 0 | 34 | 33 | 61 | 23 | 24 |
| Octal | 125 | 175 | 74 | 40 | 0 | 64 | 63 | 141 | 43 | 44 |
| Binary | 1010101 | 1111101 | 111100 | 100000 | 0 | 110100 | 110011 | 1100001 | 100011 | 100100 |
Color Harmonies of #557D3C
Complementary color
Monochromatic Colors of #557D3C
Black with #557D3C
Text Example
Text Example
White with #557D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557D3C; }
p { color: rgb(85,125,60); }
H1.HeaderClassName
{
color: #557D3C;
}
.AnyTagClassName
{
color: #557D3C;
}
</style>
background-color css
<style>
a { background-color: #557D3C; }
a { background-color: rgb(85,125,60); }
div.DivClassName
{
background-color: #557D3C;
}
.BgClassName
{
background-color: #557D3C;
}
</style>
border-color css
<style>
span { border-color: #557D3C; }
span { border-color: rgb(85,125,60); }
td.TdClassName
{
border-color: #557D3C;
}
.TagClassName
{
border-color: #557D3C;
}
</style>