Shades of Green Leaf #49780D
Tints of Green Leaf #49780D
RGB
CMYK
RGB Variations
Color information
#49780D (or 0x49780D) is known color: Green Leaf. HEX triplet: 49, 78 and 0D. RGB value is (73,120,13). Sum of RGB (Red+Green+Blue) = 73+120+13=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 120 (47.27% from 255 or 58.25% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 120 - color contains mainly: green. Hex color #49780D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49780D is #B687F2. Grayscale: #5E5E5E. Windows color (decimal): -11962355 or 882761. OLE color: 882761.
HSL color Cylindrical-coordinate representation of color #49780D: hue angle of 86.36º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49780D is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 120 | 13 | - |
| CMYK | 0.39 | 0 | 0.89 | 0.53 |
| HSL | 86.36º | 0.8% | 0.26% | - |
| HSV(B) | 86.36º | 0.89% | 0.47% | - |
| XYZ | 9.54 | 14.88 | 2.75 | - |
| YUV | 93.75 | 82.43 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 120 | 13 | 0.39 | 0 | 0.89 | 0.53 | 86.36 | 0.8 | 0.26 |
| Hex | 49 | 78 | D | 27 | 0 | 59 | 35 | 56 | 50 | 1A |
| Octal | 111 | 170 | 15 | 47 | 0 | 131 | 65 | 126 | 120 | 32 |
| Binary | 1001001 | 1111000 | 1101 | 100111 | 0 | 1011001 | 110101 | 1010110 | 1010000 | 11010 |
Color Harmonies of #49780D
Complementary color
Monochromatic Colors of #49780D
Black with #49780D
Text Example
Text Example
White with #49780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49780D; }
p { color: rgb(73,120,13); }
H1.HeaderClassName
{
color: #49780D;
}
.AnyTagClassName
{
color: #49780D;
}
</style>
background-color css
<style>
a { background-color: #49780D; }
a { background-color: rgb(73,120,13); }
div.DivClassName
{
background-color: #49780D;
}
.BgClassName
{
background-color: #49780D;
}
</style>
border-color css
<style>
span { border-color: #49780D; }
span { border-color: rgb(73,120,13); }
td.TdClassName
{
border-color: #49780D;
}
.TagClassName
{
border-color: #49780D;
}
</style>