Shades of Fern Green #498041
Tints of Fern Green #498041
RGB
CMYK
RGB Variations
Color information
#498041 (or 0x498041) is known color: Fern Green. HEX triplet: 49, 80 and 41. RGB value is (73,128,65). Sum of RGB (Red+Green+Blue) = 73+128+65=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 128 - color contains mainly: green. Hex color #498041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498041 is #B67FBE. Grayscale: #686868. Windows color (decimal): -11960255 or 4292681. OLE color: 4292681.
HSL color Cylindrical-coordinate representation of color #498041: hue angle of 112.38º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #498041 is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 128 | 65 | - |
| CMYK | 0.43 | 0 | 0.49 | 0.50 |
| HSL | 112.38º | 0.33% | 0.38% | - |
| HSV(B) | 112.38º | 0.49% | 0.5% | - |
| XYZ | 11.42 | 17.24 | 7.73 | - |
| YUV | 104.37 | 105.78 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 128 | 65 | 0.43 | 0 | 0.49 | 0.50 | 112.38 | 0.33 | 0.38 |
| Hex | 49 | 80 | 41 | 2B | 0 | 31 | 32 | 70 | 21 | 26 |
| Octal | 111 | 200 | 101 | 53 | 0 | 61 | 62 | 160 | 41 | 46 |
| Binary | 1001001 | 10000000 | 1000001 | 101011 | 0 | 110001 | 110010 | 1110000 | 100001 | 100110 |
Color Harmonies of #498041
Complementary color
Monochromatic Colors of #498041
Black with #498041
Text Example
Text Example
White with #498041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498041; }
p { color: rgb(73,128,65); }
H1.HeaderClassName
{
color: #498041;
}
.AnyTagClassName
{
color: #498041;
}
</style>
background-color css
<style>
a { background-color: #498041; }
a { background-color: rgb(73,128,65); }
div.DivClassName
{
background-color: #498041;
}
.BgClassName
{
background-color: #498041;
}
</style>
border-color css
<style>
span { border-color: #498041; }
span { border-color: rgb(73,128,65); }
td.TdClassName
{
border-color: #498041;
}
.TagClassName
{
border-color: #498041;
}
</style>