Shades of Fern Green #49863A
Tints of Fern Green #49863A
RGB
CMYK
RGB Variations
Color information
#49863A (or 0x49863A) is known color: Fern Green. HEX triplet: 49, 86 and 3A. RGB value is (73,134,58). Sum of RGB (Red+Green+Blue) = 73+134+58=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 134 (52.73% from 255 or 50.57% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 134 - color contains mainly: green. Hex color #49863A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49863A is #B679C5. Grayscale: #6B6B6B. Windows color (decimal): -11958726 or 3835465. OLE color: 3835465.
HSL color Cylindrical-coordinate representation of color #49863A: hue angle of 108.16º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49863A is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 134 | 58 | - |
| CMYK | 0.46 | 0 | 0.57 | 0.47 |
| HSL | 108.16º | 0.4% | 0.38% | - |
| HSV(B) | 108.16º | 0.57% | 0.53% | - |
| XYZ | 12.04 | 18.77 | 6.99 | - |
| YUV | 107.1 | 100.29 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 134 | 58 | 0.46 | 0 | 0.57 | 0.47 | 108.16 | 0.4 | 0.38 |
| Hex | 49 | 86 | 3A | 2E | 0 | 39 | 2F | 6C | 28 | 26 |
| Octal | 111 | 206 | 72 | 56 | 0 | 71 | 57 | 154 | 50 | 46 |
| Binary | 1001001 | 10000110 | 111010 | 101110 | 0 | 111001 | 101111 | 1101100 | 101000 | 100110 |
Color Harmonies of #49863A
Complementary color
Monochromatic Colors of #49863A
Black with #49863A
Text Example
Text Example
White with #49863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49863A; }
p { color: rgb(73,134,58); }
H1.HeaderClassName
{
color: #49863A;
}
.AnyTagClassName
{
color: #49863A;
}
</style>
background-color css
<style>
a { background-color: #49863A; }
a { background-color: rgb(73,134,58); }
div.DivClassName
{
background-color: #49863A;
}
.BgClassName
{
background-color: #49863A;
}
</style>
border-color css
<style>
span { border-color: #49863A; }
span { border-color: rgb(73,134,58); }
td.TdClassName
{
border-color: #49863A;
}
.TagClassName
{
border-color: #49863A;
}
</style>