Shades of Fern Green #49713B
Tints of Fern Green #49713B
RGB
CMYK
RGB Variations
Color information
#49713B (or 0x49713B) is known color: Fern Green. HEX triplet: 49, 71 and 3B. RGB value is (73,113,59). Sum of RGB (Red+Green+Blue) = 73+113+59=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #49713B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49713B is #B68EC4. Grayscale: #5F5F5F. Windows color (decimal): -11964101 or 3895625. OLE color: 3895625.
HSL color Cylindrical-coordinate representation of color #49713B: hue angle of 104.44º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49713B is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 113 | 59 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.56 |
| HSL | 104.44º | 0.31% | 0.34% | - |
| HSV(B) | 104.44º | 0.48% | 0.44% | - |
| XYZ | 9.44 | 13.54 | 6.25 | - |
| YUV | 94.88 | 107.75 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 113 | 59 | 0.35 | 0 | 0.48 | 0.56 | 104.44 | 0.31 | 0.34 |
| Hex | 49 | 71 | 3B | 23 | 0 | 30 | 38 | 68 | 1F | 22 |
| Octal | 111 | 161 | 73 | 43 | 0 | 60 | 70 | 150 | 37 | 42 |
| Binary | 1001001 | 1110001 | 111011 | 100011 | 0 | 110000 | 111000 | 1101000 | 11111 | 100010 |
Color Harmonies of #49713B
Complementary color
Monochromatic Colors of #49713B
Black with #49713B
Text Example
Text Example
White with #49713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49713B; }
p { color: rgb(73,113,59); }
H1.HeaderClassName
{
color: #49713B;
}
.AnyTagClassName
{
color: #49713B;
}
</style>
background-color css
<style>
a { background-color: #49713B; }
a { background-color: rgb(73,113,59); }
div.DivClassName
{
background-color: #49713B;
}
.BgClassName
{
background-color: #49713B;
}
</style>
border-color css
<style>
span { border-color: #49713B; }
span { border-color: rgb(73,113,59); }
td.TdClassName
{
border-color: #49713B;
}
.TagClassName
{
border-color: #49713B;
}
</style>