Shades of Green Leaf #49760F
Tints of Green Leaf #49760F
RGB
CMYK
RGB Variations
Color information
#49760F (or 0x49760F) is known color: Green Leaf. HEX triplet: 49, 76 and 0F. RGB value is (73,118,15). Sum of RGB (Red+Green+Blue) = 73+118+15=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 118 (46.48% from 255 or 57.28% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 118 - color contains mainly: green. Hex color #49760F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49760F is #B689F0. Grayscale: #5D5D5D. Windows color (decimal): -11962865 or 1013321. OLE color: 1013321.
HSL color Cylindrical-coordinate representation of color #49760F: hue angle of 86.21º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49760F is Cyan = 0.38, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 118 | 15 | - |
| CMYK | 0.38 | 0 | 0.87 | 0.54 |
| HSL | 86.21º | 0.77% | 0.26% | - |
| HSV(B) | 86.21º | 0.87% | 0.46% | - |
| XYZ | 9.31 | 14.41 | 2.74 | - |
| YUV | 92.8 | 84.09 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 118 | 15 | 0.38 | 0 | 0.87 | 0.54 | 86.21 | 0.77 | 0.26 |
| Hex | 49 | 76 | F | 26 | 0 | 57 | 36 | 56 | 4D | 1A |
| Octal | 111 | 166 | 17 | 46 | 0 | 127 | 66 | 126 | 115 | 32 |
| Binary | 1001001 | 1110110 | 1111 | 100110 | 0 | 1010111 | 110110 | 1010110 | 1001101 | 11010 |
Color Harmonies of #49760F
Complementary color
Monochromatic Colors of #49760F
Black with #49760F
Text Example
Text Example
White with #49760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49760F; }
p { color: rgb(73,118,15); }
H1.HeaderClassName
{
color: #49760F;
}
.AnyTagClassName
{
color: #49760F;
}
</style>
background-color css
<style>
a { background-color: #49760F; }
a { background-color: rgb(73,118,15); }
div.DivClassName
{
background-color: #49760F;
}
.BgClassName
{
background-color: #49760F;
}
</style>
border-color css
<style>
span { border-color: #49760F; }
span { border-color: rgb(73,118,15); }
td.TdClassName
{
border-color: #49760F;
}
.TagClassName
{
border-color: #49760F;
}
</style>