Shades of Fern Green #547445
Tints of Fern Green #547445
RGB
CMYK
RGB Variations
Color information
#547445 (or 0x547445) is known color: Fern Green. HEX triplet: 54, 74 and 45. RGB value is (84,116,69). Sum of RGB (Red+Green+Blue) = 84+116+69=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 116 - color contains mainly: green. Hex color #547445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547445 is #AB8BBA. Grayscale: #656565. Windows color (decimal): -11242427 or 4551764. OLE color: 4551764.
HSL color Cylindrical-coordinate representation of color #547445: hue angle of 100.85º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #547445 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 116 | 69 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.55 |
| HSL | 100.85º | 0.25% | 0.36% | - |
| HSV(B) | 100.85º | 0.41% | 0.45% | - |
| XYZ | 10.98 | 14.81 | 7.91 | - |
| YUV | 101.07 | 109.9 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 116 | 69 | 0.28 | 0 | 0.41 | 0.55 | 100.85 | 0.25 | 0.36 |
| Hex | 54 | 74 | 45 | 1C | 0 | 29 | 37 | 65 | 19 | 24 |
| Octal | 124 | 164 | 105 | 34 | 0 | 51 | 67 | 145 | 31 | 44 |
| Binary | 1010100 | 1110100 | 1000101 | 11100 | 0 | 101001 | 110111 | 1100101 | 11001 | 100100 |
Color Harmonies of #547445
Complementary color
Monochromatic Colors of #547445
Black with #547445
Text Example
Text Example
White with #547445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547445; }
p { color: rgb(84,116,69); }
H1.HeaderClassName
{
color: #547445;
}
.AnyTagClassName
{
color: #547445;
}
</style>
background-color css
<style>
a { background-color: #547445; }
a { background-color: rgb(84,116,69); }
div.DivClassName
{
background-color: #547445;
}
.BgClassName
{
background-color: #547445;
}
</style>
border-color css
<style>
span { border-color: #547445; }
span { border-color: rgb(84,116,69); }
td.TdClassName
{
border-color: #547445;
}
.TagClassName
{
border-color: #547445;
}
</style>