Shades of Green Leaf #49791A
Tints of Green Leaf #49791A
RGB
CMYK
RGB Variations
Color information
#49791A (or 0x49791A) is known color: Green Leaf. HEX triplet: 49, 79 and 1A. RGB value is (73,121,26). Sum of RGB (Red+Green+Blue) = 73+121+26=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 121 (47.66% from 255 or 55% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 121 - color contains mainly: green. Hex color #49791A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49791A is #B686E5. Grayscale: #606060. Windows color (decimal): -11962086 or 1734985. OLE color: 1734985.
HSL color Cylindrical-coordinate representation of color #49791A: hue angle of 90.32º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49791A is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 121 | 26 | - |
| CMYK | 0.40 | 0 | 0.79 | 0.53 |
| HSL | 90.32º | 0.65% | 0.29% | - |
| HSV(B) | 90.32º | 0.79% | 0.47% | - |
| XYZ | 9.77 | 15.17 | 3.39 | - |
| YUV | 95.82 | 88.6 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 121 | 26 | 0.40 | 0 | 0.79 | 0.53 | 90.32 | 0.65 | 0.29 |
| Hex | 49 | 79 | 1A | 28 | 0 | 4F | 35 | 5A | 41 | 1D |
| Octal | 111 | 171 | 32 | 50 | 0 | 117 | 65 | 132 | 101 | 35 |
| Binary | 1001001 | 1111001 | 11010 | 101000 | 0 | 1001111 | 110101 | 1011010 | 1000001 | 11101 |
Color Harmonies of #49791A
Complementary color
Monochromatic Colors of #49791A
Black with #49791A
Text Example
Text Example
White with #49791A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49791A; }
p { color: rgb(73,121,26); }
H1.HeaderClassName
{
color: #49791A;
}
.AnyTagClassName
{
color: #49791A;
}
</style>
background-color css
<style>
a { background-color: #49791A; }
a { background-color: rgb(73,121,26); }
div.DivClassName
{
background-color: #49791A;
}
.BgClassName
{
background-color: #49791A;
}
</style>
border-color css
<style>
span { border-color: #49791A; }
span { border-color: rgb(73,121,26); }
td.TdClassName
{
border-color: #49791A;
}
.TagClassName
{
border-color: #49791A;
}
</style>