Shades of Fern Green #498C42
Tints of Fern Green #498C42
RGB
CMYK
RGB Variations
Color information
#498C42 (or 0x498C42) is known color: Fern Green. HEX triplet: 49, 8C and 42. RGB value is (73,140,66). Sum of RGB (Red+Green+Blue) = 73+140+66=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 140 (55.08% from 255 or 50.18% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 140 - color contains mainly: green. Hex color #498C42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498C42 is #B673BD. Grayscale: #6F6F6F. Windows color (decimal): -11957182 or 4361289. OLE color: 4361289.
HSL color Cylindrical-coordinate representation of color #498C42: hue angle of 114.32º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #498C42 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 140 | 66 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.45 |
| HSL | 114.32º | 0.36% | 0.4% | - |
| HSV(B) | 114.32º | 0.53% | 0.55% | - |
| XYZ | 13.11 | 20.57 | 8.43 | - |
| YUV | 111.53 | 102.3 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 140 | 66 | 0.48 | 0 | 0.53 | 0.45 | 114.32 | 0.36 | 0.4 |
| Hex | 49 | 8C | 42 | 30 | 0 | 35 | 2D | 72 | 24 | 28 |
| Octal | 111 | 214 | 102 | 60 | 0 | 65 | 55 | 162 | 44 | 50 |
| Binary | 1001001 | 10001100 | 1000010 | 110000 | 0 | 110101 | 101101 | 1110010 | 100100 | 101000 |
Color Harmonies of #498C42
Complementary color
Monochromatic Colors of #498C42
Black with #498C42
Text Example
Text Example
White with #498C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498C42; }
p { color: rgb(73,140,66); }
H1.HeaderClassName
{
color: #498C42;
}
.AnyTagClassName
{
color: #498C42;
}
</style>
background-color css
<style>
a { background-color: #498C42; }
a { background-color: rgb(73,140,66); }
div.DivClassName
{
background-color: #498C42;
}
.BgClassName
{
background-color: #498C42;
}
</style>
border-color css
<style>
span { border-color: #498C42; }
span { border-color: rgb(73,140,66); }
td.TdClassName
{
border-color: #498C42;
}
.TagClassName
{
border-color: #498C42;
}
</style>