Shades of Fern Green #498945
Tints of Fern Green #498945
RGB
CMYK
RGB Variations
Color information
#498945 (or 0x498945) is known color: Fern Green. HEX triplet: 49, 89 and 45. RGB value is (73,137,69). Sum of RGB (Red+Green+Blue) = 73+137+69=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #498945 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498945 is #B676BA. Grayscale: #6E6E6E. Windows color (decimal): -11957947 or 4557129. OLE color: 4557129.
HSL color Cylindrical-coordinate representation of color #498945: hue angle of 116.47º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #498945 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 137 | 69 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.46 |
| HSL | 116.47º | 0.33% | 0.4% | - |
| HSV(B) | 116.47º | 0.5% | 0.54% | - |
| XYZ | 12.77 | 19.74 | 8.77 | - |
| YUV | 110.11 | 104.8 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 137 | 69 | 0.47 | 0 | 0.50 | 0.46 | 116.47 | 0.33 | 0.4 |
| Hex | 49 | 89 | 45 | 2F | 0 | 32 | 2E | 74 | 21 | 28 |
| Octal | 111 | 211 | 105 | 57 | 0 | 62 | 56 | 164 | 41 | 50 |
| Binary | 1001001 | 10001001 | 1000101 | 101111 | 0 | 110010 | 101110 | 1110100 | 100001 | 101000 |
Color Harmonies of #498945
Complementary color
Monochromatic Colors of #498945
Black with #498945
Text Example
Text Example
White with #498945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498945; }
p { color: rgb(73,137,69); }
H1.HeaderClassName
{
color: #498945;
}
.AnyTagClassName
{
color: #498945;
}
</style>
background-color css
<style>
a { background-color: #498945; }
a { background-color: rgb(73,137,69); }
div.DivClassName
{
background-color: #498945;
}
.BgClassName
{
background-color: #498945;
}
</style>
border-color css
<style>
span { border-color: #498945; }
span { border-color: rgb(73,137,69); }
td.TdClassName
{
border-color: #498945;
}
.TagClassName
{
border-color: #498945;
}
</style>