Shades of Green Leaf #49730B
Tints of Green Leaf #49730B
RGB
CMYK
RGB Variations
Color information
#49730B (or 0x49730B) is known color: Green Leaf. HEX triplet: 49, 73 and 0B. RGB value is (73,115,11). Sum of RGB (Red+Green+Blue) = 73+115+11=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 115 (45.31% from 255 or 57.79% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 115 - color contains mainly: green. Hex color #49730B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49730B is #B68CF4. Grayscale: #5A5A5A. Windows color (decimal): -11963637 or 750409. OLE color: 750409.
HSL color Cylindrical-coordinate representation of color #49730B: hue angle of 84.23º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49730B is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 115 | 11 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.55 |
| HSL | 84.23º | 0.83% | 0.25% | - |
| HSV(B) | 84.23º | 0.9% | 0.45% | - |
| XYZ | 8.94 | 13.7 | 2.49 | - |
| YUV | 90.59 | 83.09 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 115 | 11 | 0.37 | 0 | 0.90 | 0.55 | 84.23 | 0.83 | 0.25 |
| Hex | 49 | 73 | B | 25 | 0 | 5A | 37 | 54 | 53 | 19 |
| Octal | 111 | 163 | 13 | 45 | 0 | 132 | 67 | 124 | 123 | 31 |
| Binary | 1001001 | 1110011 | 1011 | 100101 | 0 | 1011010 | 110111 | 1010100 | 1010011 | 11001 |
Color Harmonies of #49730B
Complementary color
Monochromatic Colors of #49730B
Black with #49730B
Text Example
Text Example
White with #49730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49730B; }
p { color: rgb(73,115,11); }
H1.HeaderClassName
{
color: #49730B;
}
.AnyTagClassName
{
color: #49730B;
}
</style>
background-color css
<style>
a { background-color: #49730B; }
a { background-color: rgb(73,115,11); }
div.DivClassName
{
background-color: #49730B;
}
.BgClassName
{
background-color: #49730B;
}
</style>
border-color css
<style>
span { border-color: #49730B; }
span { border-color: rgb(73,115,11); }
td.TdClassName
{
border-color: #49730B;
}
.TagClassName
{
border-color: #49730B;
}
</style>