Shades of Green Leaf #49771F
Tints of Green Leaf #49771F
RGB
CMYK
RGB Variations
Color information
#49771F (or 0x49771F) is known color: Green Leaf. HEX triplet: 49, 77 and 1F. RGB value is (73,119,31). Sum of RGB (Red+Green+Blue) = 73+119+31=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #49771F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49771F is #B688E0. Grayscale: #5F5F5F. Windows color (decimal): -11962593 or 2062153. OLE color: 2062153.
HSL color Cylindrical-coordinate representation of color #49771F: hue angle of 91.36º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49771F is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 119 | 31 | - |
| CMYK | 0.39 | 0 | 0.74 | 0.53 |
| HSL | 91.36º | 0.59% | 0.29% | - |
| HSV(B) | 91.36º | 0.74% | 0.47% | - |
| XYZ | 9.59 | 14.71 | 3.63 | - |
| YUV | 95.21 | 91.76 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 119 | 31 | 0.39 | 0 | 0.74 | 0.53 | 91.36 | 0.59 | 0.29 |
| Hex | 49 | 77 | 1F | 27 | 0 | 4A | 35 | 5B | 3B | 1D |
| Octal | 111 | 167 | 37 | 47 | 0 | 112 | 65 | 133 | 73 | 35 |
| Binary | 1001001 | 1110111 | 11111 | 100111 | 0 | 1001010 | 110101 | 1011011 | 111011 | 11101 |
Color Harmonies of #49771F
Complementary color
Monochromatic Colors of #49771F
Black with #49771F
Text Example
Text Example
White with #49771F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49771F; }
p { color: rgb(73,119,31); }
H1.HeaderClassName
{
color: #49771F;
}
.AnyTagClassName
{
color: #49771F;
}
</style>
background-color css
<style>
a { background-color: #49771F; }
a { background-color: rgb(73,119,31); }
div.DivClassName
{
background-color: #49771F;
}
.BgClassName
{
background-color: #49771F;
}
</style>
border-color css
<style>
span { border-color: #49771F; }
span { border-color: rgb(73,119,31); }
td.TdClassName
{
border-color: #49771F;
}
.TagClassName
{
border-color: #49771F;
}
</style>