Shades of Fern Green #498841
Tints of Fern Green #498841
RGB
CMYK
RGB Variations
Color information
#498841 (or 0x498841) is known color: Fern Green. HEX triplet: 49, 88 and 41. RGB value is (73,136,65). Sum of RGB (Red+Green+Blue) = 73+136+65=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 136 (53.52% from 255 or 49.64% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 136 - color contains mainly: green. Hex color #498841 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498841 is #B677BE. Grayscale: #6D6D6D. Windows color (decimal): -11958207 or 4294729. OLE color: 4294729.
HSL color Cylindrical-coordinate representation of color #498841: hue angle of 113.24º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #498841 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 136 | 65 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.47 |
| HSL | 113.24º | 0.35% | 0.39% | - |
| HSV(B) | 113.24º | 0.52% | 0.53% | - |
| XYZ | 12.51 | 19.41 | 8.09 | - |
| YUV | 109.07 | 103.13 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 65 | 0.46 | 0 | 0.52 | 0.47 | 113.24 | 0.35 | 0.39 |
| Hex | 49 | 88 | 41 | 2E | 0 | 34 | 2F | 71 | 23 | 27 |
| Octal | 111 | 210 | 101 | 56 | 0 | 64 | 57 | 161 | 43 | 47 |
| Binary | 1001001 | 10001000 | 1000001 | 101110 | 0 | 110100 | 101111 | 1110001 | 100011 | 100111 |
Color Harmonies of #498841
Complementary color
Monochromatic Colors of #498841
Black with #498841
Text Example
Text Example
White with #498841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498841; }
p { color: rgb(73,136,65); }
H1.HeaderClassName
{
color: #498841;
}
.AnyTagClassName
{
color: #498841;
}
</style>
background-color css
<style>
a { background-color: #498841; }
a { background-color: rgb(73,136,65); }
div.DivClassName
{
background-color: #498841;
}
.BgClassName
{
background-color: #498841;
}
</style>
border-color css
<style>
span { border-color: #498841; }
span { border-color: rgb(73,136,65); }
td.TdClassName
{
border-color: #498841;
}
.TagClassName
{
border-color: #498841;
}
</style>