Shades of Fern Green #547742
Tints of Fern Green #547742
RGB
CMYK
RGB Variations
Color information
#547742 (or 0x547742) is known color: Fern Green. HEX triplet: 54, 77 and 42. RGB value is (84,119,66). Sum of RGB (Red+Green+Blue) = 84+119+66=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #547742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547742 is #AB88BD. Grayscale: #666666. Windows color (decimal): -11241662 or 4355924. OLE color: 4355924.
HSL color Cylindrical-coordinate representation of color #547742: hue angle of 99.62º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #547742 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 84 | 119 | 66 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.53 |
| HSL | 99.62º | 0.29% | 0.36% | - |
| HSV(B) | 99.62º | 0.45% | 0.47% | - |
| XYZ | 11.24 | 15.47 | 7.55 | - |
| YUV | 102.49 | 107.4 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 119 | 66 | 0.29 | 0 | 0.45 | 0.53 | 99.62 | 0.29 | 0.36 |
| Hex | 54 | 77 | 42 | 1D | 0 | 2D | 35 | 64 | 1D | 24 |
| Octal | 124 | 167 | 102 | 35 | 0 | 55 | 65 | 144 | 35 | 44 |
| Binary | 1010100 | 1110111 | 1000010 | 11101 | 0 | 101101 | 110101 | 1100100 | 11101 | 100100 |
Color Harmonies of #547742
Complementary color
Monochromatic Colors of #547742
Black with #547742
Text Example
Text Example
White with #547742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547742; }
p { color: rgb(84,119,66); }
H1.HeaderClassName
{
color: #547742;
}
.AnyTagClassName
{
color: #547742;
}
</style>
background-color css
<style>
a { background-color: #547742; }
a { background-color: rgb(84,119,66); }
div.DivClassName
{
background-color: #547742;
}
.BgClassName
{
background-color: #547742;
}
</style>
border-color css
<style>
span { border-color: #547742; }
span { border-color: rgb(84,119,66); }
td.TdClassName
{
border-color: #547742;
}
.TagClassName
{
border-color: #547742;
}
</style>