Shades of Green Leaf #49730D
Tints of Green Leaf #49730D
RGB
CMYK
RGB Variations
Color information
#49730D (or 0x49730D) is known color: Green Leaf. HEX triplet: 49, 73 and 0D. RGB value is (73,115,13). Sum of RGB (Red+Green+Blue) = 73+115+13=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #49730D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49730D is #B68CF2. Grayscale: #5B5B5B. Windows color (decimal): -11963635 or 881481. OLE color: 881481.
HSL color Cylindrical-coordinate representation of color #49730D: hue angle of 84.71º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49730D is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 115 | 13 | - |
| CMYK | 0.37 | 0 | 0.89 | 0.55 |
| HSL | 84.71º | 0.8% | 0.25% | - |
| HSV(B) | 84.71º | 0.89% | 0.45% | - |
| XYZ | 8.95 | 13.71 | 2.55 | - |
| YUV | 90.81 | 84.09 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 115 | 13 | 0.37 | 0 | 0.89 | 0.55 | 84.71 | 0.8 | 0.25 |
| Hex | 49 | 73 | D | 25 | 0 | 59 | 37 | 55 | 50 | 19 |
| Octal | 111 | 163 | 15 | 45 | 0 | 131 | 67 | 125 | 120 | 31 |
| Binary | 1001001 | 1110011 | 1101 | 100101 | 0 | 1011001 | 110111 | 1010101 | 1010000 | 11001 |
Color Harmonies of #49730D
Complementary color
Monochromatic Colors of #49730D
Black with #49730D
Text Example
Text Example
White with #49730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49730D; }
p { color: rgb(73,115,13); }
H1.HeaderClassName
{
color: #49730D;
}
.AnyTagClassName
{
color: #49730D;
}
</style>
background-color css
<style>
a { background-color: #49730D; }
a { background-color: rgb(73,115,13); }
div.DivClassName
{
background-color: #49730D;
}
.BgClassName
{
background-color: #49730D;
}
</style>
border-color css
<style>
span { border-color: #49730D; }
span { border-color: rgb(73,115,13); }
td.TdClassName
{
border-color: #49730D;
}
.TagClassName
{
border-color: #49730D;
}
</style>