Shades of Fern Green #49883D
Tints of Fern Green #49883D
RGB
CMYK
RGB Variations
Color information
#49883D (or 0x49883D) is known color: Fern Green. HEX triplet: 49, 88 and 3D. RGB value is (73,136,61). Sum of RGB (Red+Green+Blue) = 73+136+61=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #49883D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49883D is #B677C2. Grayscale: #6C6C6C. Windows color (decimal): -11958211 or 4032585. OLE color: 4032585.
HSL color Cylindrical-coordinate representation of color #49883D: hue angle of 110.4º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49883D is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 136 | 61 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.47 |
| HSL | 110.4º | 0.38% | 0.39% | - |
| HSV(B) | 110.4º | 0.55% | 0.53% | - |
| XYZ | 12.39 | 19.36 | 7.5 | - |
| YUV | 108.61 | 101.13 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 61 | 0.46 | 0 | 0.55 | 0.47 | 110.4 | 0.38 | 0.39 |
| Hex | 49 | 88 | 3D | 2E | 0 | 37 | 2F | 6E | 26 | 27 |
| Octal | 111 | 210 | 75 | 56 | 0 | 67 | 57 | 156 | 46 | 47 |
| Binary | 1001001 | 10001000 | 111101 | 101110 | 0 | 110111 | 101111 | 1101110 | 100110 | 100111 |
Color Harmonies of #49883D
Complementary color
Monochromatic Colors of #49883D
Black with #49883D
Text Example
Text Example
White with #49883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49883D; }
p { color: rgb(73,136,61); }
H1.HeaderClassName
{
color: #49883D;
}
.AnyTagClassName
{
color: #49883D;
}
</style>
background-color css
<style>
a { background-color: #49883D; }
a { background-color: rgb(73,136,61); }
div.DivClassName
{
background-color: #49883D;
}
.BgClassName
{
background-color: #49883D;
}
</style>
border-color css
<style>
span { border-color: #49883D; }
span { border-color: rgb(73,136,61); }
td.TdClassName
{
border-color: #49883D;
}
.TagClassName
{
border-color: #49883D;
}
</style>