Shades of Fern Green #49863D
Tints of Fern Green #49863D
RGB
CMYK
RGB Variations
Color information
#49863D (or 0x49863D) is known color: Fern Green. HEX triplet: 49, 86 and 3D. RGB value is (73,134,61). Sum of RGB (Red+Green+Blue) = 73+134+61=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #49863D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49863D is #B679C2. Grayscale: #6B6B6B. Windows color (decimal): -11958723 or 4032073. OLE color: 4032073.
HSL color Cylindrical-coordinate representation of color #49863D: hue angle of 110.14º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49863D is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 134 | 61 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.47 |
| HSL | 110.14º | 0.37% | 0.38% | - |
| HSV(B) | 110.14º | 0.54% | 0.53% | - |
| XYZ | 12.12 | 18.8 | 7.41 | - |
| YUV | 107.44 | 101.79 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 134 | 61 | 0.46 | 0 | 0.54 | 0.47 | 110.14 | 0.37 | 0.38 |
| Hex | 49 | 86 | 3D | 2E | 0 | 36 | 2F | 6E | 25 | 26 |
| Octal | 111 | 206 | 75 | 56 | 0 | 66 | 57 | 156 | 45 | 46 |
| Binary | 1001001 | 10000110 | 111101 | 101110 | 0 | 110110 | 101111 | 1101110 | 100101 | 100110 |
Color Harmonies of #49863D
Complementary color
Monochromatic Colors of #49863D
Black with #49863D
Text Example
Text Example
White with #49863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49863D; }
p { color: rgb(73,134,61); }
H1.HeaderClassName
{
color: #49863D;
}
.AnyTagClassName
{
color: #49863D;
}
</style>
background-color css
<style>
a { background-color: #49863D; }
a { background-color: rgb(73,134,61); }
div.DivClassName
{
background-color: #49863D;
}
.BgClassName
{
background-color: #49863D;
}
</style>
border-color css
<style>
span { border-color: #49863D; }
span { border-color: rgb(73,134,61); }
td.TdClassName
{
border-color: #49863D;
}
.TagClassName
{
border-color: #49863D;
}
</style>