Shades of Green Leaf #49780E
Tints of Green Leaf #49780E
RGB
CMYK
RGB Variations
Color information
#49780E (or 0x49780E) is known color: Green Leaf. HEX triplet: 49, 78 and 0E. RGB value is (73,120,14). Sum of RGB (Red+Green+Blue) = 73+120+14=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 120 (47.27% from 255 or 57.97% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 120 - color contains mainly: green. Hex color #49780E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49780E is #B687F1. Grayscale: #5E5E5E. Windows color (decimal): -11962354 or 948297. OLE color: 948297.
HSL color Cylindrical-coordinate representation of color #49780E: hue angle of 86.6º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49780E is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 120 | 14 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.53 |
| HSL | 86.6º | 0.79% | 0.26% | - |
| HSV(B) | 86.6º | 0.88% | 0.47% | - |
| XYZ | 9.54 | 14.88 | 2.78 | - |
| YUV | 93.86 | 82.93 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 120 | 14 | 0.39 | 0 | 0.88 | 0.53 | 86.6 | 0.79 | 0.26 |
| Hex | 49 | 78 | E | 27 | 0 | 58 | 35 | 57 | 4F | 1A |
| Octal | 111 | 170 | 16 | 47 | 0 | 130 | 65 | 127 | 117 | 32 |
| Binary | 1001001 | 1111000 | 1110 | 100111 | 0 | 1011000 | 110101 | 1010111 | 1001111 | 11010 |
Color Harmonies of #49780E
Complementary color
Monochromatic Colors of #49780E
Black with #49780E
Text Example
Text Example
White with #49780E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49780E; }
p { color: rgb(73,120,14); }
H1.HeaderClassName
{
color: #49780E;
}
.AnyTagClassName
{
color: #49780E;
}
</style>
background-color css
<style>
a { background-color: #49780E; }
a { background-color: rgb(73,120,14); }
div.DivClassName
{
background-color: #49780E;
}
.BgClassName
{
background-color: #49780E;
}
</style>
border-color css
<style>
span { border-color: #49780E; }
span { border-color: rgb(73,120,14); }
td.TdClassName
{
border-color: #49780E;
}
.TagClassName
{
border-color: #49780E;
}
</style>