Shades of Fern Green #49783E
Tints of Fern Green #49783E
RGB
CMYK
RGB Variations
Color information
#49783E (or 0x49783E) is known color: Fern Green. HEX triplet: 49, 78 and 3E. RGB value is (73,120,62). Sum of RGB (Red+Green+Blue) = 73+120+62=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 120 - color contains mainly: green. Hex color #49783E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49783E is #B687C1. Grayscale: #636363. Windows color (decimal): -11962306 or 4094025. OLE color: 4094025.
HSL color Cylindrical-coordinate representation of color #49783E: hue angle of 108.62º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49783E is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 120 | 62 | - |
| CMYK | 0.39 | 0 | 0.48 | 0.53 |
| HSL | 108.62º | 0.32% | 0.36% | - |
| HSV(B) | 108.62º | 0.48% | 0.47% | - |
| XYZ | 10.33 | 15.2 | 6.95 | - |
| YUV | 99.34 | 106.93 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 120 | 62 | 0.39 | 0 | 0.48 | 0.53 | 108.62 | 0.32 | 0.36 |
| Hex | 49 | 78 | 3E | 27 | 0 | 30 | 35 | 6D | 20 | 24 |
| Octal | 111 | 170 | 76 | 47 | 0 | 60 | 65 | 155 | 40 | 44 |
| Binary | 1001001 | 1111000 | 111110 | 100111 | 0 | 110000 | 110101 | 1101101 | 100000 | 100100 |
Color Harmonies of #49783E
Complementary color
Monochromatic Colors of #49783E
Black with #49783E
Text Example
Text Example
White with #49783E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49783E; }
p { color: rgb(73,120,62); }
H1.HeaderClassName
{
color: #49783E;
}
.AnyTagClassName
{
color: #49783E;
}
</style>
background-color css
<style>
a { background-color: #49783E; }
a { background-color: rgb(73,120,62); }
div.DivClassName
{
background-color: #49783E;
}
.BgClassName
{
background-color: #49783E;
}
</style>
border-color css
<style>
span { border-color: #49783E; }
span { border-color: rgb(73,120,62); }
td.TdClassName
{
border-color: #49783E;
}
.TagClassName
{
border-color: #49783E;
}
</style>