Shades of Green Leaf #49761B
Tints of Green Leaf #49761B
RGB
CMYK
RGB Variations
Color information
#49761B (or 0x49761B) is known color: Green Leaf. HEX triplet: 49, 76 and 1B. RGB value is (73,118,27). Sum of RGB (Red+Green+Blue) = 73+118+27=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #49761B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49761B is #B689E4. Grayscale: #5E5E5E. Windows color (decimal): -11962853 or 1799753. OLE color: 1799753.
HSL color Cylindrical-coordinate representation of color #49761B: hue angle of 89.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49761B is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 118 | 27 | - |
| CMYK | 0.38 | 0 | 0.77 | 0.54 |
| HSL | 89.67º | 0.63% | 0.28% | - |
| HSV(B) | 89.67º | 0.77% | 0.46% | - |
| XYZ | 9.42 | 14.45 | 3.33 | - |
| YUV | 94.17 | 90.09 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 118 | 27 | 0.38 | 0 | 0.77 | 0.54 | 89.67 | 0.63 | 0.28 |
| Hex | 49 | 76 | 1B | 26 | 0 | 4D | 36 | 5A | 3F | 1C |
| Octal | 111 | 166 | 33 | 46 | 0 | 115 | 66 | 132 | 77 | 34 |
| Binary | 1001001 | 1110110 | 11011 | 100110 | 0 | 1001101 | 110110 | 1011010 | 111111 | 11100 |
Color Harmonies of #49761B
Complementary color
Monochromatic Colors of #49761B
Black with #49761B
Text Example
Text Example
White with #49761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49761B; }
p { color: rgb(73,118,27); }
H1.HeaderClassName
{
color: #49761B;
}
.AnyTagClassName
{
color: #49761B;
}
</style>
background-color css
<style>
a { background-color: #49761B; }
a { background-color: rgb(73,118,27); }
div.DivClassName
{
background-color: #49761B;
}
.BgClassName
{
background-color: #49761B;
}
</style>
border-color css
<style>
span { border-color: #49761B; }
span { border-color: rgb(73,118,27); }
td.TdClassName
{
border-color: #49761B;
}
.TagClassName
{
border-color: #49761B;
}
</style>