Shades of Fern Green #49733B
Tints of Fern Green #49733B
RGB
CMYK
RGB Variations
Color information
#49733B (or 0x49733B) is known color: Fern Green. HEX triplet: 49, 73 and 3B. RGB value is (73,115,59). Sum of RGB (Red+Green+Blue) = 73+115+59=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #49733B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49733B is #B68CC4. Grayscale: #606060. Windows color (decimal): -11963589 or 3896137. OLE color: 3896137.
HSL color Cylindrical-coordinate representation of color #49733B: hue angle of 105º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49733B is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 115 | 59 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.55 |
| HSL | 105º | 0.32% | 0.34% | - |
| HSV(B) | 105º | 0.49% | 0.45% | - |
| XYZ | 9.67 | 13.99 | 6.33 | - |
| YUV | 96.06 | 107.09 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 115 | 59 | 0.37 | 0 | 0.49 | 0.55 | 105 | 0.32 | 0.34 |
| Hex | 49 | 73 | 3B | 25 | 0 | 31 | 37 | 69 | 20 | 22 |
| Octal | 111 | 163 | 73 | 45 | 0 | 61 | 67 | 151 | 40 | 42 |
| Binary | 1001001 | 1110011 | 111011 | 100101 | 0 | 110001 | 110111 | 1101001 | 100000 | 100010 |
Color Harmonies of #49733B
Complementary color
Monochromatic Colors of #49733B
Black with #49733B
Text Example
Text Example
White with #49733B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49733B; }
p { color: rgb(73,115,59); }
H1.HeaderClassName
{
color: #49733B;
}
.AnyTagClassName
{
color: #49733B;
}
</style>
background-color css
<style>
a { background-color: #49733B; }
a { background-color: rgb(73,115,59); }
div.DivClassName
{
background-color: #49733B;
}
.BgClassName
{
background-color: #49733B;
}
</style>
border-color css
<style>
span { border-color: #49733B; }
span { border-color: rgb(73,115,59); }
td.TdClassName
{
border-color: #49733B;
}
.TagClassName
{
border-color: #49733B;
}
</style>