Shades of Fern Green #547449
Tints of Fern Green #547449
RGB
CMYK
RGB Variations
Color information
#547449 (or 0x547449) is known color: Fern Green. HEX triplet: 54, 74 and 49. RGB value is (84,116,73). Sum of RGB (Red+Green+Blue) = 84+116+73=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 116 - color contains mainly: green. Hex color #547449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547449 is #AB8BB6. Grayscale: #656565. Windows color (decimal): -11242423 or 4813908. OLE color: 4813908.
HSL color Cylindrical-coordinate representation of color #547449: hue angle of 104.65º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #547449 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 116 | 73 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.55 |
| HSL | 104.65º | 0.23% | 0.37% | - |
| HSV(B) | 104.65º | 0.37% | 0.45% | - |
| XYZ | 11.1 | 14.86 | 8.59 | - |
| YUV | 101.53 | 111.9 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 116 | 73 | 0.28 | 0 | 0.37 | 0.55 | 104.65 | 0.23 | 0.37 |
| Hex | 54 | 74 | 49 | 1C | 0 | 25 | 37 | 69 | 17 | 25 |
| Octal | 124 | 164 | 111 | 34 | 0 | 45 | 67 | 151 | 27 | 45 |
| Binary | 1010100 | 1110100 | 1001001 | 11100 | 0 | 100101 | 110111 | 1101001 | 10111 | 100101 |
Color Harmonies of #547449
Complementary color
Monochromatic Colors of #547449
Black with #547449
Text Example
Text Example
White with #547449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547449; }
p { color: rgb(84,116,73); }
H1.HeaderClassName
{
color: #547449;
}
.AnyTagClassName
{
color: #547449;
}
</style>
background-color css
<style>
a { background-color: #547449; }
a { background-color: rgb(84,116,73); }
div.DivClassName
{
background-color: #547449;
}
.BgClassName
{
background-color: #547449;
}
</style>
border-color css
<style>
span { border-color: #547449; }
span { border-color: rgb(84,116,73); }
td.TdClassName
{
border-color: #547449;
}
.TagClassName
{
border-color: #547449;
}
</style>