Shades of Fern Green #547442
Tints of Fern Green #547442
RGB
CMYK
RGB Variations
Color information
#547442 (or 0x547442) is known color: Fern Green. HEX triplet: 54, 74 and 42. RGB value is (84,116,66). Sum of RGB (Red+Green+Blue) = 84+116+66=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #547442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547442 is #AB8BBD. Grayscale: #646464. Windows color (decimal): -11242430 or 4355156. OLE color: 4355156.
HSL color Cylindrical-coordinate representation of color #547442: hue angle of 98.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #547442 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 116 | 66 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.55 |
| HSL | 98.4º | 0.27% | 0.36% | - |
| HSV(B) | 98.4º | 0.43% | 0.45% | - |
| XYZ | 10.88 | 14.77 | 7.43 | - |
| YUV | 100.73 | 108.4 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 116 | 66 | 0.28 | 0 | 0.43 | 0.55 | 98.4 | 0.27 | 0.36 |
| Hex | 54 | 74 | 42 | 1C | 0 | 2B | 37 | 62 | 1B | 24 |
| Octal | 124 | 164 | 102 | 34 | 0 | 53 | 67 | 142 | 33 | 44 |
| Binary | 1010100 | 1110100 | 1000010 | 11100 | 0 | 101011 | 110111 | 1100010 | 11011 | 100100 |
Color Harmonies of #547442
Complementary color
Monochromatic Colors of #547442
Black with #547442
Text Example
Text Example
White with #547442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547442; }
p { color: rgb(84,116,66); }
H1.HeaderClassName
{
color: #547442;
}
.AnyTagClassName
{
color: #547442;
}
</style>
background-color css
<style>
a { background-color: #547442; }
a { background-color: rgb(84,116,66); }
div.DivClassName
{
background-color: #547442;
}
.BgClassName
{
background-color: #547442;
}
</style>
border-color css
<style>
span { border-color: #547442; }
span { border-color: rgb(84,116,66); }
td.TdClassName
{
border-color: #547442;
}
.TagClassName
{
border-color: #547442;
}
</style>