Shades of Fern Green #548E3B
Tints of Fern Green #548E3B
RGB
CMYK
RGB Variations
Color information
#548E3B (or 0x548E3B) is known color: Fern Green. HEX triplet: 54, 8E and 3B. RGB value is (84,142,59). Sum of RGB (Red+Green+Blue) = 84+142+59=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 142 (55.86% from 255 or 49.82% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 142 - color contains mainly: green. Hex color #548E3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548E3B is #AB71C4. Grayscale: #737373. Windows color (decimal): -11235781 or 3903060. OLE color: 3903060.
HSL color Cylindrical-coordinate representation of color #548E3B: hue angle of 101.93º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #548E3B is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 142 | 59 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.44 |
| HSL | 101.93º | 0.41% | 0.39% | - |
| HSV(B) | 101.93º | 0.58% | 0.56% | - |
| XYZ | 14.12 | 21.55 | 7.55 | - |
| YUV | 115.2 | 96.28 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 142 | 59 | 0.41 | 0 | 0.58 | 0.44 | 101.93 | 0.41 | 0.39 |
| Hex | 54 | 8E | 3B | 29 | 0 | 3A | 2C | 66 | 29 | 27 |
| Octal | 124 | 216 | 73 | 51 | 0 | 72 | 54 | 146 | 51 | 47 |
| Binary | 1010100 | 10001110 | 111011 | 101001 | 0 | 111010 | 101100 | 1100110 | 101001 | 100111 |
Color Harmonies of #548E3B
Complementary color
Monochromatic Colors of #548E3B
Black with #548E3B
Text Example
Text Example
White with #548E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548E3B; }
p { color: rgb(84,142,59); }
H1.HeaderClassName
{
color: #548E3B;
}
.AnyTagClassName
{
color: #548E3B;
}
</style>
background-color css
<style>
a { background-color: #548E3B; }
a { background-color: rgb(84,142,59); }
div.DivClassName
{
background-color: #548E3B;
}
.BgClassName
{
background-color: #548E3B;
}
</style>
border-color css
<style>
span { border-color: #548E3B; }
span { border-color: rgb(84,142,59); }
td.TdClassName
{
border-color: #548E3B;
}
.TagClassName
{
border-color: #548E3B;
}
</style>