Shades of Fern Green #547448
Tints of Fern Green #547448
RGB
CMYK
RGB Variations
Color information
#547448 (or 0x547448) is known color: Fern Green. HEX triplet: 54, 74 and 48. RGB value is (84,116,72). Sum of RGB (Red+Green+Blue) = 84+116+72=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 116 - color contains mainly: green. Hex color #547448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547448 is #AB8BB7. Grayscale: #656565. Windows color (decimal): -11242424 or 4748372. OLE color: 4748372.
HSL color Cylindrical-coordinate representation of color #547448: hue angle of 103.64º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #547448 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 116 | 72 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.55 |
| HSL | 103.64º | 0.23% | 0.37% | - |
| HSV(B) | 103.64º | 0.38% | 0.45% | - |
| XYZ | 11.07 | 14.84 | 8.41 | - |
| YUV | 101.42 | 111.4 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 116 | 72 | 0.28 | 0 | 0.38 | 0.55 | 103.64 | 0.23 | 0.37 |
| Hex | 54 | 74 | 48 | 1C | 0 | 26 | 37 | 68 | 17 | 25 |
| Octal | 124 | 164 | 110 | 34 | 0 | 46 | 67 | 150 | 27 | 45 |
| Binary | 1010100 | 1110100 | 1001000 | 11100 | 0 | 100110 | 110111 | 1101000 | 10111 | 100101 |
Color Harmonies of #547448
Complementary color
Monochromatic Colors of #547448
Black with #547448
Text Example
Text Example
White with #547448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547448; }
p { color: rgb(84,116,72); }
H1.HeaderClassName
{
color: #547448;
}
.AnyTagClassName
{
color: #547448;
}
</style>
background-color css
<style>
a { background-color: #547448; }
a { background-color: rgb(84,116,72); }
div.DivClassName
{
background-color: #547448;
}
.BgClassName
{
background-color: #547448;
}
</style>
border-color css
<style>
span { border-color: #547448; }
span { border-color: rgb(84,116,72); }
td.TdClassName
{
border-color: #547448;
}
.TagClassName
{
border-color: #547448;
}
</style>