Shades of Fern Green #498340
Tints of Fern Green #498340
RGB
CMYK
RGB Variations
Color information
#498340 (or 0x498340) is known color: Fern Green. HEX triplet: 49, 83 and 40. RGB value is (73,131,64). Sum of RGB (Red+Green+Blue) = 73+131+64=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #498340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498340 is #B67CBF. Grayscale: #6A6A6A. Windows color (decimal): -11959488 or 4227913. OLE color: 4227913.
HSL color Cylindrical-coordinate representation of color #498340: hue angle of 111.94º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #498340 is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 131 | 64 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.49 |
| HSL | 111.94º | 0.34% | 0.38% | - |
| HSV(B) | 111.94º | 0.51% | 0.51% | - |
| XYZ | 11.79 | 18.02 | 7.71 | - |
| YUV | 106.02 | 104.28 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 131 | 64 | 0.44 | 0 | 0.51 | 0.49 | 111.94 | 0.34 | 0.38 |
| Hex | 49 | 83 | 40 | 2C | 0 | 33 | 31 | 70 | 22 | 26 |
| Octal | 111 | 203 | 100 | 54 | 0 | 63 | 61 | 160 | 42 | 46 |
| Binary | 1001001 | 10000011 | 1000000 | 101100 | 0 | 110011 | 110001 | 1110000 | 100010 | 100110 |
Color Harmonies of #498340
Complementary color
Monochromatic Colors of #498340
Black with #498340
Text Example
Text Example
White with #498340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498340; }
p { color: rgb(73,131,64); }
H1.HeaderClassName
{
color: #498340;
}
.AnyTagClassName
{
color: #498340;
}
</style>
background-color css
<style>
a { background-color: #498340; }
a { background-color: rgb(73,131,64); }
div.DivClassName
{
background-color: #498340;
}
.BgClassName
{
background-color: #498340;
}
</style>
border-color css
<style>
span { border-color: #498340; }
span { border-color: rgb(73,131,64); }
td.TdClassName
{
border-color: #498340;
}
.TagClassName
{
border-color: #498340;
}
</style>