Shades of Fern Green #498C41
Tints of Fern Green #498C41
RGB
CMYK
RGB Variations
Color information
#498C41 (or 0x498C41) is known color: Fern Green. HEX triplet: 49, 8C and 41. RGB value is (73,140,65). Sum of RGB (Red+Green+Blue) = 73+140+65=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 140 (55.08% from 255 or 50.36% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 140 - color contains mainly: green. Hex color #498C41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498C41 is #B673BE. Grayscale: #6F6F6F. Windows color (decimal): -11957183 or 4295753. OLE color: 4295753.
HSL color Cylindrical-coordinate representation of color #498C41: hue angle of 113.6º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #498C41 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 140 | 65 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.45 |
| HSL | 113.6º | 0.37% | 0.4% | - |
| HSV(B) | 113.6º | 0.54% | 0.55% | - |
| XYZ | 13.08 | 20.55 | 8.28 | - |
| YUV | 111.42 | 101.8 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 140 | 65 | 0.48 | 0 | 0.54 | 0.45 | 113.6 | 0.37 | 0.4 |
| Hex | 49 | 8C | 41 | 30 | 0 | 36 | 2D | 72 | 25 | 28 |
| Octal | 111 | 214 | 101 | 60 | 0 | 66 | 55 | 162 | 45 | 50 |
| Binary | 1001001 | 10001100 | 1000001 | 110000 | 0 | 110110 | 101101 | 1110010 | 100101 | 101000 |
Color Harmonies of #498C41
Complementary color
Monochromatic Colors of #498C41
Black with #498C41
Text Example
Text Example
White with #498C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498C41; }
p { color: rgb(73,140,65); }
H1.HeaderClassName
{
color: #498C41;
}
.AnyTagClassName
{
color: #498C41;
}
</style>
background-color css
<style>
a { background-color: #498C41; }
a { background-color: rgb(73,140,65); }
div.DivClassName
{
background-color: #498C41;
}
.BgClassName
{
background-color: #498C41;
}
</style>
border-color css
<style>
span { border-color: #498C41; }
span { border-color: rgb(73,140,65); }
td.TdClassName
{
border-color: #498C41;
}
.TagClassName
{
border-color: #498C41;
}
</style>