Shades of Fern Green #49893A
Tints of Fern Green #49893A
RGB
CMYK
RGB Variations
Color information
#49893A (or 0x49893A) is known color: Fern Green. HEX triplet: 49, 89 and 3A. RGB value is (73,137,58). Sum of RGB (Red+Green+Blue) = 73+137+58=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #49893A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49893A is #B676C5. Grayscale: #6D6D6D. Windows color (decimal): -11957958 or 3836233. OLE color: 3836233.
HSL color Cylindrical-coordinate representation of color #49893A: hue angle of 108.61º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49893A is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 137 | 58 | - |
| CMYK | 0.47 | 0 | 0.58 | 0.46 |
| HSL | 108.61º | 0.41% | 0.38% | - |
| HSV(B) | 108.61º | 0.58% | 0.54% | - |
| XYZ | 12.46 | 19.61 | 7.13 | - |
| YUV | 108.86 | 99.3 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 137 | 58 | 0.47 | 0 | 0.58 | 0.46 | 108.61 | 0.41 | 0.38 |
| Hex | 49 | 89 | 3A | 2F | 0 | 3A | 2E | 6D | 29 | 26 |
| Octal | 111 | 211 | 72 | 57 | 0 | 72 | 56 | 155 | 51 | 46 |
| Binary | 1001001 | 10001001 | 111010 | 101111 | 0 | 111010 | 101110 | 1101101 | 101001 | 100110 |
Color Harmonies of #49893A
Complementary color
Monochromatic Colors of #49893A
Black with #49893A
Text Example
Text Example
White with #49893A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49893A; }
p { color: rgb(73,137,58); }
H1.HeaderClassName
{
color: #49893A;
}
.AnyTagClassName
{
color: #49893A;
}
</style>
background-color css
<style>
a { background-color: #49893A; }
a { background-color: rgb(73,137,58); }
div.DivClassName
{
background-color: #49893A;
}
.BgClassName
{
background-color: #49893A;
}
</style>
border-color css
<style>
span { border-color: #49893A; }
span { border-color: rgb(73,137,58); }
td.TdClassName
{
border-color: #49893A;
}
.TagClassName
{
border-color: #49893A;
}
</style>