Shades of Fern Green #547740
Tints of Fern Green #547740
RGB
CMYK
RGB Variations
Color information
#547740 (or 0x547740) is known color: Fern Green. HEX triplet: 54, 77 and 40. RGB value is (84,119,64). Sum of RGB (Red+Green+Blue) = 84+119+64=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #547740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547740 is #AB88BF. Grayscale: #666666. Windows color (decimal): -11241664 or 4224852. OLE color: 4224852.
HSL color Cylindrical-coordinate representation of color #547740: hue angle of 98.18º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #547740 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 84 | 119 | 64 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.53 |
| HSL | 98.18º | 0.3% | 0.36% | - |
| HSV(B) | 98.18º | 0.46% | 0.47% | - |
| XYZ | 11.18 | 15.45 | 7.24 | - |
| YUV | 102.27 | 106.4 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 119 | 64 | 0.29 | 0 | 0.46 | 0.53 | 98.18 | 0.3 | 0.36 |
| Hex | 54 | 77 | 40 | 1D | 0 | 2E | 35 | 62 | 1E | 24 |
| Octal | 124 | 167 | 100 | 35 | 0 | 56 | 65 | 142 | 36 | 44 |
| Binary | 1010100 | 1110111 | 1000000 | 11101 | 0 | 101110 | 110101 | 1100010 | 11110 | 100100 |
Color Harmonies of #547740
Complementary color
Monochromatic Colors of #547740
Black with #547740
Text Example
Text Example
White with #547740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547740; }
p { color: rgb(84,119,64); }
H1.HeaderClassName
{
color: #547740;
}
.AnyTagClassName
{
color: #547740;
}
</style>
background-color css
<style>
a { background-color: #547740; }
a { background-color: rgb(84,119,64); }
div.DivClassName
{
background-color: #547740;
}
.BgClassName
{
background-color: #547740;
}
</style>
border-color css
<style>
span { border-color: #547740; }
span { border-color: rgb(84,119,64); }
td.TdClassName
{
border-color: #547740;
}
.TagClassName
{
border-color: #547740;
}
</style>