Shades of Fern Green #49823E
Tints of Fern Green #49823E
RGB
CMYK
RGB Variations
Color information
#49823E (or 0x49823E) is known color: Fern Green. HEX triplet: 49, 82 and 3E. RGB value is (73,130,62). Sum of RGB (Red+Green+Blue) = 73+130+62=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #49823E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49823E is #B67DC1. Grayscale: #696969. Windows color (decimal): -11959746 or 4096585. OLE color: 4096585.
HSL color Cylindrical-coordinate representation of color #49823E: hue angle of 110.29º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49823E is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 130 | 62 | - |
| CMYK | 0.44 | 0 | 0.52 | 0.49 |
| HSL | 110.29º | 0.35% | 0.38% | - |
| HSV(B) | 110.29º | 0.52% | 0.51% | - |
| XYZ | 11.6 | 17.73 | 7.37 | - |
| YUV | 105.21 | 103.62 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 62 | 0.44 | 0 | 0.52 | 0.49 | 110.29 | 0.35 | 0.38 |
| Hex | 49 | 82 | 3E | 2C | 0 | 34 | 31 | 6E | 23 | 26 |
| Octal | 111 | 202 | 76 | 54 | 0 | 64 | 61 | 156 | 43 | 46 |
| Binary | 1001001 | 10000010 | 111110 | 101100 | 0 | 110100 | 110001 | 1101110 | 100011 | 100110 |
Color Harmonies of #49823E
Complementary color
Monochromatic Colors of #49823E
Black with #49823E
Text Example
Text Example
White with #49823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49823E; }
p { color: rgb(73,130,62); }
H1.HeaderClassName
{
color: #49823E;
}
.AnyTagClassName
{
color: #49823E;
}
</style>
background-color css
<style>
a { background-color: #49823E; }
a { background-color: rgb(73,130,62); }
div.DivClassName
{
background-color: #49823E;
}
.BgClassName
{
background-color: #49823E;
}
</style>
border-color css
<style>
span { border-color: #49823E; }
span { border-color: rgb(73,130,62); }
td.TdClassName
{
border-color: #49823E;
}
.TagClassName
{
border-color: #49823E;
}
</style>