Shades of Fern Green #49773D
Tints of Fern Green #49773D
RGB
CMYK
RGB Variations
Color information
#49773D (or 0x49773D) is known color: Fern Green. HEX triplet: 49, 77 and 3D. RGB value is (73,119,61). Sum of RGB (Red+Green+Blue) = 73+119+61=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #49773D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49773D is #B688C2. Grayscale: #626262. Windows color (decimal): -11962563 or 4028233. OLE color: 4028233.
HSL color Cylindrical-coordinate representation of color #49773D: hue angle of 107.59º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49773D is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 119 | 61 | - |
| CMYK | 0.39 | 0 | 0.49 | 0.53 |
| HSL | 107.59º | 0.32% | 0.35% | - |
| HSV(B) | 107.59º | 0.49% | 0.47% | - |
| XYZ | 10.19 | 14.95 | 6.76 | - |
| YUV | 98.63 | 106.76 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 119 | 61 | 0.39 | 0 | 0.49 | 0.53 | 107.59 | 0.32 | 0.35 |
| Hex | 49 | 77 | 3D | 27 | 0 | 31 | 35 | 6C | 20 | 23 |
| Octal | 111 | 167 | 75 | 47 | 0 | 61 | 65 | 154 | 40 | 43 |
| Binary | 1001001 | 1110111 | 111101 | 100111 | 0 | 110001 | 110101 | 1101100 | 100000 | 100011 |
Color Harmonies of #49773D
Complementary color
Monochromatic Colors of #49773D
Black with #49773D
Text Example
Text Example
White with #49773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49773D; }
p { color: rgb(73,119,61); }
H1.HeaderClassName
{
color: #49773D;
}
.AnyTagClassName
{
color: #49773D;
}
</style>
background-color css
<style>
a { background-color: #49773D; }
a { background-color: rgb(73,119,61); }
div.DivClassName
{
background-color: #49773D;
}
.BgClassName
{
background-color: #49773D;
}
</style>
border-color css
<style>
span { border-color: #49773D; }
span { border-color: rgb(73,119,61); }
td.TdClassName
{
border-color: #49773D;
}
.TagClassName
{
border-color: #49773D;
}
</style>