Shades of Fern Green #49793D
Tints of Fern Green #49793D
RGB
CMYK
RGB Variations
Color information
#49793D (or 0x49793D) is known color: Fern Green. HEX triplet: 49, 79 and 3D. RGB value is (73,121,61). Sum of RGB (Red+Green+Blue) = 73+121+61=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 121 - color contains mainly: green. Hex color #49793D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49793D is #B686C2. Grayscale: #636363. Windows color (decimal): -11962051 or 4028745. OLE color: 4028745.
HSL color Cylindrical-coordinate representation of color #49793D: hue angle of 108º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49793D is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 121 | 61 | - |
| CMYK | 0.40 | 0 | 0.50 | 0.53 |
| HSL | 108º | 0.33% | 0.36% | - |
| HSV(B) | 108º | 0.5% | 0.47% | - |
| XYZ | 10.43 | 15.43 | 6.84 | - |
| YUV | 99.81 | 106.1 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 121 | 61 | 0.40 | 0 | 0.50 | 0.53 | 108 | 0.33 | 0.36 |
| Hex | 49 | 79 | 3D | 28 | 0 | 32 | 35 | 6C | 21 | 24 |
| Octal | 111 | 171 | 75 | 50 | 0 | 62 | 65 | 154 | 41 | 44 |
| Binary | 1001001 | 1111001 | 111101 | 101000 | 0 | 110010 | 110101 | 1101100 | 100001 | 100100 |
Color Harmonies of #49793D
Complementary color
Monochromatic Colors of #49793D
Black with #49793D
Text Example
Text Example
White with #49793D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49793D; }
p { color: rgb(73,121,61); }
H1.HeaderClassName
{
color: #49793D;
}
.AnyTagClassName
{
color: #49793D;
}
</style>
background-color css
<style>
a { background-color: #49793D; }
a { background-color: rgb(73,121,61); }
div.DivClassName
{
background-color: #49793D;
}
.BgClassName
{
background-color: #49793D;
}
</style>
border-color css
<style>
span { border-color: #49793D; }
span { border-color: rgb(73,121,61); }
td.TdClassName
{
border-color: #49793D;
}
.TagClassName
{
border-color: #49793D;
}
</style>