Shades of Fern Green #49813F
Tints of Fern Green #49813F
RGB
CMYK
RGB Variations
Color information
#49813F (or 0x49813F) is known color: Fern Green. HEX triplet: 49, 81 and 3F. RGB value is (73,129,63). Sum of RGB (Red+Green+Blue) = 73+129+63=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #49813F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49813F is #B67EC0. Grayscale: #686868. Windows color (decimal): -11960001 or 4161865. OLE color: 4161865.
HSL color Cylindrical-coordinate representation of color #49813F: hue angle of 110.91º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49813F is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 129 | 63 | - |
| CMYK | 0.43 | 0 | 0.51 | 0.49 |
| HSL | 110.91º | 0.34% | 0.38% | - |
| HSV(B) | 110.91º | 0.51% | 0.51% | - |
| XYZ | 11.5 | 17.48 | 7.47 | - |
| YUV | 104.73 | 104.45 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 63 | 0.43 | 0 | 0.51 | 0.49 | 110.91 | 0.34 | 0.38 |
| Hex | 49 | 81 | 3F | 2B | 0 | 33 | 31 | 6F | 22 | 26 |
| Octal | 111 | 201 | 77 | 53 | 0 | 63 | 61 | 157 | 42 | 46 |
| Binary | 1001001 | 10000001 | 111111 | 101011 | 0 | 110011 | 110001 | 1101111 | 100010 | 100110 |
Color Harmonies of #49813F
Complementary color
Monochromatic Colors of #49813F
Black with #49813F
Text Example
Text Example
White with #49813F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49813F; }
p { color: rgb(73,129,63); }
H1.HeaderClassName
{
color: #49813F;
}
.AnyTagClassName
{
color: #49813F;
}
</style>
background-color css
<style>
a { background-color: #49813F; }
a { background-color: rgb(73,129,63); }
div.DivClassName
{
background-color: #49813F;
}
.BgClassName
{
background-color: #49813F;
}
</style>
border-color css
<style>
span { border-color: #49813F; }
span { border-color: rgb(73,129,63); }
td.TdClassName
{
border-color: #49813F;
}
.TagClassName
{
border-color: #49813F;
}
</style>