Shades of Fern Green #547245
Tints of Fern Green #547245
RGB
CMYK
RGB Variations
Color information
#547245 (or 0x547245) is known color: Fern Green. HEX triplet: 54, 72 and 45. RGB value is (84,114,69). Sum of RGB (Red+Green+Blue) = 84+114+69=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 114 - color contains mainly: green. Hex color #547245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547245 is #AB8DBA. Grayscale: #646464. Windows color (decimal): -11242939 or 4551252. OLE color: 4551252.
HSL color Cylindrical-coordinate representation of color #547245: hue angle of 100º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #547245 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 114 | 69 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.55 |
| HSL | 100º | 0.25% | 0.36% | - |
| HSV(B) | 100º | 0.39% | 0.45% | - |
| XYZ | 10.75 | 14.35 | 7.83 | - |
| YUV | 99.9 | 110.56 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 114 | 69 | 0.26 | 0 | 0.39 | 0.55 | 100 | 0.25 | 0.36 |
| Hex | 54 | 72 | 45 | 1A | 0 | 27 | 37 | 64 | 19 | 24 |
| Octal | 124 | 162 | 105 | 32 | 0 | 47 | 67 | 144 | 31 | 44 |
| Binary | 1010100 | 1110010 | 1000101 | 11010 | 0 | 100111 | 110111 | 1100100 | 11001 | 100100 |
Color Harmonies of #547245
Complementary color
Monochromatic Colors of #547245
Black with #547245
Text Example
Text Example
White with #547245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547245; }
p { color: rgb(84,114,69); }
H1.HeaderClassName
{
color: #547245;
}
.AnyTagClassName
{
color: #547245;
}
</style>
background-color css
<style>
a { background-color: #547245; }
a { background-color: rgb(84,114,69); }
div.DivClassName
{
background-color: #547245;
}
.BgClassName
{
background-color: #547245;
}
</style>
border-color css
<style>
span { border-color: #547245; }
span { border-color: rgb(84,114,69); }
td.TdClassName
{
border-color: #547245;
}
.TagClassName
{
border-color: #547245;
}
</style>