Shades of Green Leaf #49731E
Tints of Green Leaf #49731E
RGB
CMYK
RGB Variations
Color information
#49731E (or 0x49731E) is known color: Green Leaf. HEX triplet: 49, 73 and 1E. RGB value is (73,115,30). Sum of RGB (Red+Green+Blue) = 73+115+30=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 115 (45.31% from 255 or 52.75% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 115 - color contains mainly: green. Hex color #49731E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49731E is #B68CE1. Grayscale: #5D5D5D. Windows color (decimal): -11963618 or 1995593. OLE color: 1995593.
HSL color Cylindrical-coordinate representation of color #49731E: hue angle of 89.65º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49731E is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 115 | 30 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.55 |
| HSL | 89.65º | 0.59% | 0.28% | - |
| HSV(B) | 89.65º | 0.74% | 0.45% | - |
| XYZ | 9.11 | 13.77 | 3.41 | - |
| YUV | 92.75 | 92.59 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 115 | 30 | 0.37 | 0 | 0.74 | 0.55 | 89.65 | 0.59 | 0.28 |
| Hex | 49 | 73 | 1E | 25 | 0 | 4A | 37 | 5A | 3B | 1C |
| Octal | 111 | 163 | 36 | 45 | 0 | 112 | 67 | 132 | 73 | 34 |
| Binary | 1001001 | 1110011 | 11110 | 100101 | 0 | 1001010 | 110111 | 1011010 | 111011 | 11100 |
Color Harmonies of #49731E
Complementary color
Monochromatic Colors of #49731E
Black with #49731E
Text Example
Text Example
White with #49731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49731E; }
p { color: rgb(73,115,30); }
H1.HeaderClassName
{
color: #49731E;
}
.AnyTagClassName
{
color: #49731E;
}
</style>
background-color css
<style>
a { background-color: #49731E; }
a { background-color: rgb(73,115,30); }
div.DivClassName
{
background-color: #49731E;
}
.BgClassName
{
background-color: #49731E;
}
</style>
border-color css
<style>
span { border-color: #49731E; }
span { border-color: rgb(73,115,30); }
td.TdClassName
{
border-color: #49731E;
}
.TagClassName
{
border-color: #49731E;
}
</style>