Shades of Fern Green #548746
Tints of Fern Green #548746
RGB
CMYK
RGB Variations
Color information
#548746 (or 0x548746) is known color: Fern Green. HEX triplet: 54, 87 and 46. RGB value is (84,135,70). Sum of RGB (Red+Green+Blue) = 84+135+70=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 135 - color contains mainly: green. Hex color #548746 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548746 is #AB78B9. Grayscale: #707070. Windows color (decimal): -11237562 or 4622164. OLE color: 4622164.
HSL color Cylindrical-coordinate representation of color #548746: hue angle of 107.08º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #548746 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 135 | 70 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.47 |
| HSL | 107.08º | 0.32% | 0.4% | - |
| HSV(B) | 107.08º | 0.48% | 0.53% | - |
| XYZ | 13.43 | 19.65 | 8.88 | - |
| YUV | 112.34 | 104.1 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 135 | 70 | 0.38 | 0 | 0.48 | 0.47 | 107.08 | 0.32 | 0.4 |
| Hex | 54 | 87 | 46 | 26 | 0 | 30 | 2F | 6B | 20 | 28 |
| Octal | 124 | 207 | 106 | 46 | 0 | 60 | 57 | 153 | 40 | 50 |
| Binary | 1010100 | 10000111 | 1000110 | 100110 | 0 | 110000 | 101111 | 1101011 | 100000 | 101000 |
Color Harmonies of #548746
Complementary color
Monochromatic Colors of #548746
Black with #548746
Text Example
Text Example
White with #548746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548746; }
p { color: rgb(84,135,70); }
H1.HeaderClassName
{
color: #548746;
}
.AnyTagClassName
{
color: #548746;
}
</style>
background-color css
<style>
a { background-color: #548746; }
a { background-color: rgb(84,135,70); }
div.DivClassName
{
background-color: #548746;
}
.BgClassName
{
background-color: #548746;
}
</style>
border-color css
<style>
span { border-color: #548746; }
span { border-color: rgb(84,135,70); }
td.TdClassName
{
border-color: #548746;
}
.TagClassName
{
border-color: #548746;
}
</style>