Shades of Fern Green #49763F
Tints of Fern Green #49763F
RGB
CMYK
RGB Variations
Color information
#49763F (or 0x49763F) is known color: Fern Green. HEX triplet: 49, 76 and 3F. RGB value is (73,118,63). Sum of RGB (Red+Green+Blue) = 73+118+63=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #49763F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49763F is #B689C0. Grayscale: #626262. Windows color (decimal): -11962817 or 4159049. OLE color: 4159049.
HSL color Cylindrical-coordinate representation of color #49763F: hue angle of 109.09º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49763F is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 118 | 63 | - |
| CMYK | 0.38 | 0 | 0.47 | 0.54 |
| HSL | 109.09º | 0.3% | 0.35% | - |
| HSV(B) | 109.09º | 0.47% | 0.46% | - |
| XYZ | 10.12 | 14.73 | 7.01 | - |
| YUV | 98.28 | 108.09 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 118 | 63 | 0.38 | 0 | 0.47 | 0.54 | 109.09 | 0.3 | 0.35 |
| Hex | 49 | 76 | 3F | 26 | 0 | 2F | 36 | 6D | 1E | 23 |
| Octal | 111 | 166 | 77 | 46 | 0 | 57 | 66 | 155 | 36 | 43 |
| Binary | 1001001 | 1110110 | 111111 | 100110 | 0 | 101111 | 110110 | 1101101 | 11110 | 100011 |
Color Harmonies of #49763F
Complementary color
Monochromatic Colors of #49763F
Black with #49763F
Text Example
Text Example
White with #49763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49763F; }
p { color: rgb(73,118,63); }
H1.HeaderClassName
{
color: #49763F;
}
.AnyTagClassName
{
color: #49763F;
}
</style>
background-color css
<style>
a { background-color: #49763F; }
a { background-color: rgb(73,118,63); }
div.DivClassName
{
background-color: #49763F;
}
.BgClassName
{
background-color: #49763F;
}
</style>
border-color css
<style>
span { border-color: #49763F; }
span { border-color: rgb(73,118,63); }
td.TdClassName
{
border-color: #49763F;
}
.TagClassName
{
border-color: #49763F;
}
</style>