Shades of Green Leaf #49781D
Tints of Green Leaf #49781D
RGB
CMYK
RGB Variations
Color information
#49781D (or 0x49781D) is known color: Green Leaf. HEX triplet: 49, 78 and 1D. RGB value is (73,120,29). Sum of RGB (Red+Green+Blue) = 73+120+29=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 120 (47.27% from 255 or 54.05% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 120 - color contains mainly: green. Hex color #49781D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49781D is #B687E2. Grayscale: #5F5F5F. Windows color (decimal): -11962339 or 1931337. OLE color: 1931337.
HSL color Cylindrical-coordinate representation of color #49781D: hue angle of 90.99º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49781D is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 120 | 29 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.53 |
| HSL | 90.99º | 0.61% | 0.29% | - |
| HSV(B) | 90.99º | 0.76% | 0.47% | - |
| XYZ | 9.69 | 14.94 | 3.54 | - |
| YUV | 95.57 | 90.43 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 120 | 29 | 0.39 | 0 | 0.76 | 0.53 | 90.99 | 0.61 | 0.29 |
| Hex | 49 | 78 | 1D | 27 | 0 | 4C | 35 | 5B | 3D | 1D |
| Octal | 111 | 170 | 35 | 47 | 0 | 114 | 65 | 133 | 75 | 35 |
| Binary | 1001001 | 1111000 | 11101 | 100111 | 0 | 1001100 | 110101 | 1011011 | 111101 | 11101 |
Color Harmonies of #49781D
Complementary color
Monochromatic Colors of #49781D
Black with #49781D
Text Example
Text Example
White with #49781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49781D; }
p { color: rgb(73,120,29); }
H1.HeaderClassName
{
color: #49781D;
}
.AnyTagClassName
{
color: #49781D;
}
</style>
background-color css
<style>
a { background-color: #49781D; }
a { background-color: rgb(73,120,29); }
div.DivClassName
{
background-color: #49781D;
}
.BgClassName
{
background-color: #49781D;
}
</style>
border-color css
<style>
span { border-color: #49781D; }
span { border-color: rgb(73,120,29); }
td.TdClassName
{
border-color: #49781D;
}
.TagClassName
{
border-color: #49781D;
}
</style>