Shades of Fern Green #49873D
Tints of Fern Green #49873D
RGB
CMYK
RGB Variations
Color information
#49873D (or 0x49873D) is known color: Fern Green. HEX triplet: 49, 87 and 3D. RGB value is (73,135,61). Sum of RGB (Red+Green+Blue) = 73+135+61=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #49873D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49873D is #B678C2. Grayscale: #6C6C6C. Windows color (decimal): -11958467 or 4032329. OLE color: 4032329.
HSL color Cylindrical-coordinate representation of color #49873D: hue angle of 110.27º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49873D is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 135 | 61 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.47 |
| HSL | 110.27º | 0.38% | 0.38% | - |
| HSV(B) | 110.27º | 0.55% | 0.53% | - |
| XYZ | 12.25 | 19.08 | 7.45 | - |
| YUV | 108.03 | 101.46 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 135 | 61 | 0.46 | 0 | 0.55 | 0.47 | 110.27 | 0.38 | 0.38 |
| Hex | 49 | 87 | 3D | 2E | 0 | 37 | 2F | 6E | 26 | 26 |
| Octal | 111 | 207 | 75 | 56 | 0 | 67 | 57 | 156 | 46 | 46 |
| Binary | 1001001 | 10000111 | 111101 | 101110 | 0 | 110111 | 101111 | 1101110 | 100110 | 100110 |
Color Harmonies of #49873D
Complementary color
Monochromatic Colors of #49873D
Black with #49873D
Text Example
Text Example
White with #49873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49873D; }
p { color: rgb(73,135,61); }
H1.HeaderClassName
{
color: #49873D;
}
.AnyTagClassName
{
color: #49873D;
}
</style>
background-color css
<style>
a { background-color: #49873D; }
a { background-color: rgb(73,135,61); }
div.DivClassName
{
background-color: #49873D;
}
.BgClassName
{
background-color: #49873D;
}
</style>
border-color css
<style>
span { border-color: #49873D; }
span { border-color: rgb(73,135,61); }
td.TdClassName
{
border-color: #49873D;
}
.TagClassName
{
border-color: #49873D;
}
</style>