Shades of Fern Green #49793F
Tints of Fern Green #49793F
RGB
CMYK
RGB Variations
Color information
#49793F (or 0x49793F) is known color: Fern Green. HEX triplet: 49, 79 and 3F. RGB value is (73,121,63). Sum of RGB (Red+Green+Blue) = 73+121+63=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #49793F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49793F is #B686C0. Grayscale: #646464. Windows color (decimal): -11962049 or 4159817. OLE color: 4159817.
HSL color Cylindrical-coordinate representation of color #49793F: hue angle of 109.66º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49793F is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 121 | 63 | - |
| CMYK | 0.40 | 0 | 0.48 | 0.53 |
| HSL | 109.66º | 0.32% | 0.36% | - |
| HSV(B) | 109.66º | 0.48% | 0.47% | - |
| XYZ | 10.48 | 15.45 | 7.13 | - |
| YUV | 100.04 | 107.1 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 121 | 63 | 0.40 | 0 | 0.48 | 0.53 | 109.66 | 0.32 | 0.36 |
| Hex | 49 | 79 | 3F | 28 | 0 | 30 | 35 | 6E | 20 | 24 |
| Octal | 111 | 171 | 77 | 50 | 0 | 60 | 65 | 156 | 40 | 44 |
| Binary | 1001001 | 1111001 | 111111 | 101000 | 0 | 110000 | 110101 | 1101110 | 100000 | 100100 |
Color Harmonies of #49793F
Complementary color
Monochromatic Colors of #49793F
Black with #49793F
Text Example
Text Example
White with #49793F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49793F; }
p { color: rgb(73,121,63); }
H1.HeaderClassName
{
color: #49793F;
}
.AnyTagClassName
{
color: #49793F;
}
</style>
background-color css
<style>
a { background-color: #49793F; }
a { background-color: rgb(73,121,63); }
div.DivClassName
{
background-color: #49793F;
}
.BgClassName
{
background-color: #49793F;
}
</style>
border-color css
<style>
span { border-color: #49793F; }
span { border-color: rgb(73,121,63); }
td.TdClassName
{
border-color: #49793F;
}
.TagClassName
{
border-color: #49793F;
}
</style>