Shades of Green Leaf #49770B
Tints of Green Leaf #49770B
RGB
CMYK
RGB Variations
Color information
#49770B (or 0x49770B) is known color: Green Leaf. HEX triplet: 49, 77 and 0B. RGB value is (73,119,11). Sum of RGB (Red+Green+Blue) = 73+119+11=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 119 (46.88% from 255 or 58.62% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 119 - color contains mainly: green. Hex color #49770B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49770B is #B688F4. Grayscale: #5D5D5D. Windows color (decimal): -11962613 or 751433. OLE color: 751433.
HSL color Cylindrical-coordinate representation of color #49770B: hue angle of 85.56º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49770B is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 119 | 11 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.53 |
| HSL | 85.56º | 0.83% | 0.25% | - |
| HSV(B) | 85.56º | 0.91% | 0.47% | - |
| XYZ | 9.4 | 14.63 | 2.65 | - |
| YUV | 92.93 | 81.76 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 119 | 11 | 0.39 | 0 | 0.91 | 0.53 | 85.56 | 0.83 | 0.25 |
| Hex | 49 | 77 | B | 27 | 0 | 5B | 35 | 56 | 53 | 19 |
| Octal | 111 | 167 | 13 | 47 | 0 | 133 | 65 | 126 | 123 | 31 |
| Binary | 1001001 | 1110111 | 1011 | 100111 | 0 | 1011011 | 110101 | 1010110 | 1010011 | 11001 |
Color Harmonies of #49770B
Complementary color
Monochromatic Colors of #49770B
Black with #49770B
Text Example
Text Example
White with #49770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49770B; }
p { color: rgb(73,119,11); }
H1.HeaderClassName
{
color: #49770B;
}
.AnyTagClassName
{
color: #49770B;
}
</style>
background-color css
<style>
a { background-color: #49770B; }
a { background-color: rgb(73,119,11); }
div.DivClassName
{
background-color: #49770B;
}
.BgClassName
{
background-color: #49770B;
}
</style>
border-color css
<style>
span { border-color: #49770B; }
span { border-color: rgb(73,119,11); }
td.TdClassName
{
border-color: #49770B;
}
.TagClassName
{
border-color: #49770B;
}
</style>