Shades of Green Leaf #49760B
Tints of Green Leaf #49760B
RGB
CMYK
RGB Variations
Color information
#49760B (or 0x49760B) is known color: Green Leaf. HEX triplet: 49, 76 and 0B. RGB value is (73,118,11). Sum of RGB (Red+Green+Blue) = 73+118+11=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 118 (46.48% from 255 or 58.42% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 118 - color contains mainly: green. Hex color #49760B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49760B is #B689F4. Grayscale: #5C5C5C. Windows color (decimal): -11962869 or 751177. OLE color: 751177.
HSL color Cylindrical-coordinate representation of color #49760B: hue angle of 85.23º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49760B is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 118 | 11 | - |
| CMYK | 0.38 | 0 | 0.91 | 0.54 |
| HSL | 85.23º | 0.83% | 0.25% | - |
| HSV(B) | 85.23º | 0.91% | 0.46% | - |
| XYZ | 9.29 | 14.4 | 2.61 | - |
| YUV | 92.35 | 82.09 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 118 | 11 | 0.38 | 0 | 0.91 | 0.54 | 85.23 | 0.83 | 0.25 |
| Hex | 49 | 76 | B | 26 | 0 | 5B | 36 | 55 | 53 | 19 |
| Octal | 111 | 166 | 13 | 46 | 0 | 133 | 66 | 125 | 123 | 31 |
| Binary | 1001001 | 1110110 | 1011 | 100110 | 0 | 1011011 | 110110 | 1010101 | 1010011 | 11001 |
Color Harmonies of #49760B
Complementary color
Monochromatic Colors of #49760B
Black with #49760B
Text Example
Text Example
White with #49760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49760B; }
p { color: rgb(73,118,11); }
H1.HeaderClassName
{
color: #49760B;
}
.AnyTagClassName
{
color: #49760B;
}
</style>
background-color css
<style>
a { background-color: #49760B; }
a { background-color: rgb(73,118,11); }
div.DivClassName
{
background-color: #49760B;
}
.BgClassName
{
background-color: #49760B;
}
</style>
border-color css
<style>
span { border-color: #49760B; }
span { border-color: rgb(73,118,11); }
td.TdClassName
{
border-color: #49760B;
}
.TagClassName
{
border-color: #49760B;
}
</style>