Shades of Fern Green #548C38
Tints of Fern Green #548C38
RGB
CMYK
RGB Variations
Color information
#548C38 (or 0x548C38) is known color: Fern Green. HEX triplet: 54, 8C and 38. RGB value is (84,140,56). Sum of RGB (Red+Green+Blue) = 84+140+56=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 140 (55.08% from 255 or 50% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 140 - color contains mainly: green. Hex color #548C38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548C38 is #AB73C7. Grayscale: #717171. Windows color (decimal): -11236296 or 3705940. OLE color: 3705940.
HSL color Cylindrical-coordinate representation of color #548C38: hue angle of 100º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #548C38 is Cyan = 0.4, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 140 | 56 | - |
| CMYK | 0.4 | 0 | 0.6 | 0.45 |
| HSL | 100º | 0.43% | 0.38% | - |
| HSV(B) | 100º | 0.6% | 0.55% | - |
| XYZ | 13.75 | 20.93 | 7.06 | - |
| YUV | 113.68 | 95.45 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 140 | 56 | 0.4 | 0 | 0.6 | 0.45 | 100 | 0.43 | 0.38 |
| Hex | 54 | 8C | 38 | 28 | 0 | 3C | 2D | 64 | 2B | 26 |
| Octal | 124 | 214 | 70 | 50 | 0 | 74 | 55 | 144 | 53 | 46 |
| Binary | 1010100 | 10001100 | 111000 | 101000 | 0 | 111100 | 101101 | 1100100 | 101011 | 100110 |
Color Harmonies of #548C38
Complementary color
Monochromatic Colors of #548C38
Black with #548C38
Text Example
Text Example
White with #548C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548C38; }
p { color: rgb(84,140,56); }
H1.HeaderClassName
{
color: #548C38;
}
.AnyTagClassName
{
color: #548C38;
}
</style>
background-color css
<style>
a { background-color: #548C38; }
a { background-color: rgb(84,140,56); }
div.DivClassName
{
background-color: #548C38;
}
.BgClassName
{
background-color: #548C38;
}
</style>
border-color css
<style>
span { border-color: #548C38; }
span { border-color: rgb(84,140,56); }
td.TdClassName
{
border-color: #548C38;
}
.TagClassName
{
border-color: #548C38;
}
</style>