Shades of Fern Green #498146
Tints of Fern Green #498146
RGB
CMYK
RGB Variations
Color information
#498146 (or 0x498146) is known color: Fern Green. HEX triplet: 49, 81 and 46. RGB value is (73,129,70). Sum of RGB (Red+Green+Blue) = 73+129+70=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 129 - color contains mainly: green. Hex color #498146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498146 is #B67EB9. Grayscale: #696969. Windows color (decimal): -11959994 or 4620617. OLE color: 4620617.
HSL color Cylindrical-coordinate representation of color #498146: hue angle of 116.95º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #498146 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 129 | 70 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.49 |
| HSL | 116.95º | 0.3% | 0.39% | - |
| HSV(B) | 116.95º | 0.46% | 0.51% | - |
| XYZ | 11.7 | 17.56 | 8.57 | - |
| YUV | 105.53 | 107.95 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 70 | 0.43 | 0 | 0.46 | 0.49 | 116.95 | 0.3 | 0.39 |
| Hex | 49 | 81 | 46 | 2B | 0 | 2E | 31 | 75 | 1E | 27 |
| Octal | 111 | 201 | 106 | 53 | 0 | 56 | 61 | 165 | 36 | 47 |
| Binary | 1001001 | 10000001 | 1000110 | 101011 | 0 | 101110 | 110001 | 1110101 | 11110 | 100111 |
Color Harmonies of #498146
Complementary color
Monochromatic Colors of #498146
Black with #498146
Text Example
Text Example
White with #498146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498146; }
p { color: rgb(73,129,70); }
H1.HeaderClassName
{
color: #498146;
}
.AnyTagClassName
{
color: #498146;
}
</style>
background-color css
<style>
a { background-color: #498146; }
a { background-color: rgb(73,129,70); }
div.DivClassName
{
background-color: #498146;
}
.BgClassName
{
background-color: #498146;
}
</style>
border-color css
<style>
span { border-color: #498146; }
span { border-color: rgb(73,129,70); }
td.TdClassName
{
border-color: #498146;
}
.TagClassName
{
border-color: #498146;
}
</style>