Shades of Fern Green #49703C
Tints of Fern Green #49703C
RGB
CMYK
RGB Variations
Color information
#49703C (or 0x49703C) is known color: Fern Green. HEX triplet: 49, 70 and 3C. RGB value is (73,112,60). Sum of RGB (Red+Green+Blue) = 73+112+60=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #49703C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49703C is #B68FC3. Grayscale: #5E5E5E. Windows color (decimal): -11964356 or 3960905. OLE color: 3960905.
HSL color Cylindrical-coordinate representation of color #49703C: hue angle of 105º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49703C is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 112 | 60 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.56 |
| HSL | 105º | 0.3% | 0.34% | - |
| HSV(B) | 105º | 0.46% | 0.44% | - |
| XYZ | 9.36 | 13.33 | 6.35 | - |
| YUV | 94.41 | 108.58 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 112 | 60 | 0.35 | 0 | 0.46 | 0.56 | 105 | 0.3 | 0.34 |
| Hex | 49 | 70 | 3C | 23 | 0 | 2E | 38 | 69 | 1E | 22 |
| Octal | 111 | 160 | 74 | 43 | 0 | 56 | 70 | 151 | 36 | 42 |
| Binary | 1001001 | 1110000 | 111100 | 100011 | 0 | 101110 | 111000 | 1101001 | 11110 | 100010 |
Color Harmonies of #49703C
Complementary color
Monochromatic Colors of #49703C
Black with #49703C
Text Example
Text Example
White with #49703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49703C; }
p { color: rgb(73,112,60); }
H1.HeaderClassName
{
color: #49703C;
}
.AnyTagClassName
{
color: #49703C;
}
</style>
background-color css
<style>
a { background-color: #49703C; }
a { background-color: rgb(73,112,60); }
div.DivClassName
{
background-color: #49703C;
}
.BgClassName
{
background-color: #49703C;
}
</style>
border-color css
<style>
span { border-color: #49703C; }
span { border-color: rgb(73,112,60); }
td.TdClassName
{
border-color: #49703C;
}
.TagClassName
{
border-color: #49703C;
}
</style>