Shades of Green Leaf #49770D
Tints of Green Leaf #49770D
RGB
CMYK
RGB Variations
Color information
#49770D (or 0x49770D) is known color: Green Leaf. HEX triplet: 49, 77 and 0D. RGB value is (73,119,13). Sum of RGB (Red+Green+Blue) = 73+119+13=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 119 (46.88% from 255 or 58.05% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 119 - color contains mainly: green. Hex color #49770D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49770D is #B688F2. Grayscale: #5D5D5D. Windows color (decimal): -11962611 or 882505. OLE color: 882505.
HSL color Cylindrical-coordinate representation of color #49770D: hue angle of 86.04º 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 #49770D is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 119 | 13 | - |
| CMYK | 0.39 | 0 | 0.89 | 0.53 |
| HSL | 86.04º | 0.8% | 0.26% | - |
| HSV(B) | 86.04º | 0.89% | 0.47% | - |
| XYZ | 9.42 | 14.64 | 2.71 | - |
| YUV | 93.16 | 82.76 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 119 | 13 | 0.39 | 0 | 0.89 | 0.53 | 86.04 | 0.8 | 0.26 |
| Hex | 49 | 77 | D | 27 | 0 | 59 | 35 | 56 | 50 | 1A |
| Octal | 111 | 167 | 15 | 47 | 0 | 131 | 65 | 126 | 120 | 32 |
| Binary | 1001001 | 1110111 | 1101 | 100111 | 0 | 1011001 | 110101 | 1010110 | 1010000 | 11010 |
Color Harmonies of #49770D
Complementary color
Monochromatic Colors of #49770D
Black with #49770D
Text Example
Text Example
White with #49770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49770D; }
p { color: rgb(73,119,13); }
H1.HeaderClassName
{
color: #49770D;
}
.AnyTagClassName
{
color: #49770D;
}
</style>
background-color css
<style>
a { background-color: #49770D; }
a { background-color: rgb(73,119,13); }
div.DivClassName
{
background-color: #49770D;
}
.BgClassName
{
background-color: #49770D;
}
</style>
border-color css
<style>
span { border-color: #49770D; }
span { border-color: rgb(73,119,13); }
td.TdClassName
{
border-color: #49770D;
}
.TagClassName
{
border-color: #49770D;
}
</style>