Shades of Green Leaf #49771C
Tints of Green Leaf #49771C
RGB
CMYK
RGB Variations
Color information
#49771C (or 0x49771C) is known color: Green Leaf. HEX triplet: 49, 77 and 1C. RGB value is (73,119,28). Sum of RGB (Red+Green+Blue) = 73+119+28=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 119 (46.88% from 255 or 54.09% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 119 - color contains mainly: green. Hex color #49771C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49771C is #B688E3. Grayscale: #5F5F5F. Windows color (decimal): -11962596 or 1865545. OLE color: 1865545.
HSL color Cylindrical-coordinate representation of color #49771C: hue angle of 90.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49771C is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 119 | 28 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.53 |
| HSL | 90.33º | 0.62% | 0.29% | - |
| HSV(B) | 90.33º | 0.76% | 0.47% | - |
| XYZ | 9.55 | 14.69 | 3.43 | - |
| YUV | 94.87 | 90.26 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 119 | 28 | 0.39 | 0 | 0.76 | 0.53 | 90.33 | 0.62 | 0.29 |
| Hex | 49 | 77 | 1C | 27 | 0 | 4C | 35 | 5A | 3E | 1D |
| Octal | 111 | 167 | 34 | 47 | 0 | 114 | 65 | 132 | 76 | 35 |
| Binary | 1001001 | 1110111 | 11100 | 100111 | 0 | 1001100 | 110101 | 1011010 | 111110 | 11101 |
Color Harmonies of #49771C
Complementary color
Monochromatic Colors of #49771C
Black with #49771C
Text Example
Text Example
White with #49771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49771C; }
p { color: rgb(73,119,28); }
H1.HeaderClassName
{
color: #49771C;
}
.AnyTagClassName
{
color: #49771C;
}
</style>
background-color css
<style>
a { background-color: #49771C; }
a { background-color: rgb(73,119,28); }
div.DivClassName
{
background-color: #49771C;
}
.BgClassName
{
background-color: #49771C;
}
</style>
border-color css
<style>
span { border-color: #49771C; }
span { border-color: rgb(73,119,28); }
td.TdClassName
{
border-color: #49771C;
}
.TagClassName
{
border-color: #49771C;
}
</style>