Shades of Fern Green #548A39
Tints of Fern Green #548A39
RGB
CMYK
RGB Variations
Color information
#548A39 (or 0x548A39) is known color: Fern Green. HEX triplet: 54, 8A and 39. RGB value is (84,138,57). Sum of RGB (Red+Green+Blue) = 84+138+57=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 138 (54.30% from 255 or 49.46% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 138 - color contains mainly: green. Hex color #548A39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548A39 is #AB75C6. Grayscale: #707070. Windows color (decimal): -11236807 or 3770964. OLE color: 3770964.
HSL color Cylindrical-coordinate representation of color #548A39: hue angle of 100º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #548A39 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 138 | 57 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.46 |
| HSL | 100º | 0.42% | 0.38% | - |
| HSV(B) | 100º | 0.59% | 0.54% | - |
| XYZ | 13.48 | 20.36 | 7.09 | - |
| YUV | 112.62 | 96.61 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 138 | 57 | 0.39 | 0 | 0.59 | 0.46 | 100 | 0.42 | 0.38 |
| Hex | 54 | 8A | 39 | 27 | 0 | 3B | 2E | 64 | 2A | 26 |
| Octal | 124 | 212 | 71 | 47 | 0 | 73 | 56 | 144 | 52 | 46 |
| Binary | 1010100 | 10001010 | 111001 | 100111 | 0 | 111011 | 101110 | 1100100 | 101010 | 100110 |
Color Harmonies of #548A39
Complementary color
Monochromatic Colors of #548A39
Black with #548A39
Text Example
Text Example
White with #548A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548A39; }
p { color: rgb(84,138,57); }
H1.HeaderClassName
{
color: #548A39;
}
.AnyTagClassName
{
color: #548A39;
}
</style>
background-color css
<style>
a { background-color: #548A39; }
a { background-color: rgb(84,138,57); }
div.DivClassName
{
background-color: #548A39;
}
.BgClassName
{
background-color: #548A39;
}
</style>
border-color css
<style>
span { border-color: #548A39; }
span { border-color: rgb(84,138,57); }
td.TdClassName
{
border-color: #548A39;
}
.TagClassName
{
border-color: #548A39;
}
</style>