Shades of Fern Green #49813C
Tints of Fern Green #49813C
RGB
CMYK
RGB Variations
Color information
#49813C (or 0x49813C) is known color: Fern Green. HEX triplet: 49, 81 and 3C. RGB value is (73,129,60). Sum of RGB (Red+Green+Blue) = 73+129+60=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 129 - color contains mainly: green. Hex color #49813C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49813C is #B67EC3. Grayscale: #686868. Windows color (decimal): -11960004 or 3965257. OLE color: 3965257.
HSL color Cylindrical-coordinate representation of color #49813C: hue angle of 108.7º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49813C is Cyan = 0.43, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 129 | 60 | - |
| CMYK | 0.43 | 0 | 0.53 | 0.49 |
| HSL | 108.7º | 0.37% | 0.37% | - |
| HSV(B) | 108.7º | 0.53% | 0.51% | - |
| XYZ | 11.41 | 17.44 | 7.04 | - |
| YUV | 104.39 | 102.95 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 60 | 0.43 | 0 | 0.53 | 0.49 | 108.7 | 0.37 | 0.37 |
| Hex | 49 | 81 | 3C | 2B | 0 | 35 | 31 | 6D | 25 | 25 |
| Octal | 111 | 201 | 74 | 53 | 0 | 65 | 61 | 155 | 45 | 45 |
| Binary | 1001001 | 10000001 | 111100 | 101011 | 0 | 110101 | 110001 | 1101101 | 100101 | 100101 |
Color Harmonies of #49813C
Complementary color
Monochromatic Colors of #49813C
Black with #49813C
Text Example
Text Example
White with #49813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49813C; }
p { color: rgb(73,129,60); }
H1.HeaderClassName
{
color: #49813C;
}
.AnyTagClassName
{
color: #49813C;
}
</style>
background-color css
<style>
a { background-color: #49813C; }
a { background-color: rgb(73,129,60); }
div.DivClassName
{
background-color: #49813C;
}
.BgClassName
{
background-color: #49813C;
}
</style>
border-color css
<style>
span { border-color: #49813C; }
span { border-color: rgb(73,129,60); }
td.TdClassName
{
border-color: #49813C;
}
.TagClassName
{
border-color: #49813C;
}
</style>