Shades of Fern Green #548748
Tints of Fern Green #548748
RGB
CMYK
RGB Variations
Color information
#548748 (or 0x548748) is known color: Fern Green. HEX triplet: 54, 87 and 48. RGB value is (84,135,72). Sum of RGB (Red+Green+Blue) = 84+135+72=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #548748 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548748 is #AB78B7. Grayscale: #707070. Windows color (decimal): -11237560 or 4753236. OLE color: 4753236.
HSL color Cylindrical-coordinate representation of color #548748: hue angle of 108.57º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #548748 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 135 | 72 | - |
| CMYK | 0.38 | 0 | 0.47 | 0.47 |
| HSL | 108.57º | 0.3% | 0.41% | - |
| HSV(B) | 108.57º | 0.47% | 0.53% | - |
| XYZ | 13.49 | 19.68 | 9.22 | - |
| YUV | 112.57 | 105.1 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 135 | 72 | 0.38 | 0 | 0.47 | 0.47 | 108.57 | 0.3 | 0.41 |
| Hex | 54 | 87 | 48 | 26 | 0 | 2F | 2F | 6D | 1E | 29 |
| Octal | 124 | 207 | 110 | 46 | 0 | 57 | 57 | 155 | 36 | 51 |
| Binary | 1010100 | 10000111 | 1001000 | 100110 | 0 | 101111 | 101111 | 1101101 | 11110 | 101001 |
Color Harmonies of #548748
Complementary color
Monochromatic Colors of #548748
Black with #548748
Text Example
Text Example
White with #548748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548748; }
p { color: rgb(84,135,72); }
H1.HeaderClassName
{
color: #548748;
}
.AnyTagClassName
{
color: #548748;
}
</style>
background-color css
<style>
a { background-color: #548748; }
a { background-color: rgb(84,135,72); }
div.DivClassName
{
background-color: #548748;
}
.BgClassName
{
background-color: #548748;
}
</style>
border-color css
<style>
span { border-color: #548748; }
span { border-color: rgb(84,135,72); }
td.TdClassName
{
border-color: #548748;
}
.TagClassName
{
border-color: #548748;
}
</style>