Shades of Fern Green #547045
Tints of Fern Green #547045
RGB
CMYK
RGB Variations
Color information
#547045 (or 0x547045) is known color: Fern Green. HEX triplet: 54, 70 and 45. RGB value is (84,112,69). Sum of RGB (Red+Green+Blue) = 84+112+69=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #547045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547045 is #AB8FBA. Grayscale: #626262. Windows color (decimal): -11243451 or 4550740. OLE color: 4550740.
HSL color Cylindrical-coordinate representation of color #547045: hue angle of 99.07º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #547045 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 112 | 69 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.56 |
| HSL | 99.07º | 0.24% | 0.35% | - |
| HSV(B) | 99.07º | 0.38% | 0.44% | - |
| XYZ | 10.52 | 13.9 | 7.76 | - |
| YUV | 98.73 | 111.22 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 112 | 69 | 0.25 | 0 | 0.38 | 0.56 | 99.07 | 0.24 | 0.35 |
| Hex | 54 | 70 | 45 | 19 | 0 | 26 | 38 | 63 | 18 | 23 |
| Octal | 124 | 160 | 105 | 31 | 0 | 46 | 70 | 143 | 30 | 43 |
| Binary | 1010100 | 1110000 | 1000101 | 11001 | 0 | 100110 | 111000 | 1100011 | 11000 | 100011 |
Color Harmonies of #547045
Complementary color
Monochromatic Colors of #547045
Black with #547045
Text Example
Text Example
White with #547045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547045; }
p { color: rgb(84,112,69); }
H1.HeaderClassName
{
color: #547045;
}
.AnyTagClassName
{
color: #547045;
}
</style>
background-color css
<style>
a { background-color: #547045; }
a { background-color: rgb(84,112,69); }
div.DivClassName
{
background-color: #547045;
}
.BgClassName
{
background-color: #547045;
}
</style>
border-color css
<style>
span { border-color: #547045; }
span { border-color: rgb(84,112,69); }
td.TdClassName
{
border-color: #547045;
}
.TagClassName
{
border-color: #547045;
}
</style>