Shades of Fern Green #49713D
Tints of Fern Green #49713D
RGB
CMYK
RGB Variations
Color information
#49713D (or 0x49713D) is known color: Fern Green. HEX triplet: 49, 71 and 3D. RGB value is (73,113,61). Sum of RGB (Red+Green+Blue) = 73+113+61=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #49713D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49713D is #B68EC2. Grayscale: #5F5F5F. Windows color (decimal): -11964099 or 4026697. OLE color: 4026697.
HSL color Cylindrical-coordinate representation of color #49713D: hue angle of 106.15º 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 #49713D is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 113 | 61 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.56 |
| HSL | 106.15º | 0.3% | 0.34% | - |
| HSV(B) | 106.15º | 0.46% | 0.44% | - |
| XYZ | 9.5 | 13.56 | 6.53 | - |
| YUV | 95.11 | 108.75 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 113 | 61 | 0.35 | 0 | 0.46 | 0.56 | 106.15 | 0.3 | 0.34 |
| Hex | 49 | 71 | 3D | 23 | 0 | 2E | 38 | 6A | 1E | 22 |
| Octal | 111 | 161 | 75 | 43 | 0 | 56 | 70 | 152 | 36 | 42 |
| Binary | 1001001 | 1110001 | 111101 | 100011 | 0 | 101110 | 111000 | 1101010 | 11110 | 100010 |
Color Harmonies of #49713D
Complementary color
Monochromatic Colors of #49713D
Black with #49713D
Text Example
Text Example
White with #49713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49713D; }
p { color: rgb(73,113,61); }
H1.HeaderClassName
{
color: #49713D;
}
.AnyTagClassName
{
color: #49713D;
}
</style>
background-color css
<style>
a { background-color: #49713D; }
a { background-color: rgb(73,113,61); }
div.DivClassName
{
background-color: #49713D;
}
.BgClassName
{
background-color: #49713D;
}
</style>
border-color css
<style>
span { border-color: #49713D; }
span { border-color: rgb(73,113,61); }
td.TdClassName
{
border-color: #49713D;
}
.TagClassName
{
border-color: #49713D;
}
</style>