Shades of Green Leaf #49731D
Tints of Green Leaf #49731D
RGB
CMYK
RGB Variations
Color information
#49731D (or 0x49731D) is known color: Green Leaf. HEX triplet: 49, 73 and 1D. RGB value is (73,115,29). Sum of RGB (Red+Green+Blue) = 73+115+29=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 115 (45.31% from 255 or 53.00% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 115 - color contains mainly: green. Hex color #49731D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49731D is #B68CE2. Grayscale: #5C5C5C. Windows color (decimal): -11963619 or 1930057. OLE color: 1930057.
HSL color Cylindrical-coordinate representation of color #49731D: hue angle of 89.3º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49731D is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 115 | 29 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.55 |
| HSL | 89.3º | 0.6% | 0.28% | - |
| HSV(B) | 89.3º | 0.75% | 0.45% | - |
| XYZ | 9.1 | 13.77 | 3.34 | - |
| YUV | 92.64 | 92.09 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 115 | 29 | 0.37 | 0 | 0.75 | 0.55 | 89.3 | 0.6 | 0.28 |
| Hex | 49 | 73 | 1D | 25 | 0 | 4B | 37 | 59 | 3C | 1C |
| Octal | 111 | 163 | 35 | 45 | 0 | 113 | 67 | 131 | 74 | 34 |
| Binary | 1001001 | 1110011 | 11101 | 100101 | 0 | 1001011 | 110111 | 1011001 | 111100 | 11100 |
Color Harmonies of #49731D
Complementary color
Monochromatic Colors of #49731D
Black with #49731D
Text Example
Text Example
White with #49731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49731D; }
p { color: rgb(73,115,29); }
H1.HeaderClassName
{
color: #49731D;
}
.AnyTagClassName
{
color: #49731D;
}
</style>
background-color css
<style>
a { background-color: #49731D; }
a { background-color: rgb(73,115,29); }
div.DivClassName
{
background-color: #49731D;
}
.BgClassName
{
background-color: #49731D;
}
</style>
border-color css
<style>
span { border-color: #49731D; }
span { border-color: rgb(73,115,29); }
td.TdClassName
{
border-color: #49731D;
}
.TagClassName
{
border-color: #49731D;
}
</style>