Shades of Green Leaf #49770F
Tints of Green Leaf #49770F
RGB
CMYK
RGB Variations
Color information
#49770F (or 0x49770F) is known color: Green Leaf. HEX triplet: 49, 77 and 0F. RGB value is (73,119,15). Sum of RGB (Red+Green+Blue) = 73+119+15=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 119 (46.88% from 255 or 57.49% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 119 - color contains mainly: green. Hex color #49770F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49770F is #B688F0. Grayscale: #5D5D5D. Windows color (decimal): -11962609 or 1013577. OLE color: 1013577.
HSL color Cylindrical-coordinate representation of color #49770F: hue angle of 86.54º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49770F is Cyan = 0.39, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 119 | 15 | - |
| CMYK | 0.39 | 0 | 0.87 | 0.53 |
| HSL | 86.54º | 0.78% | 0.26% | - |
| HSV(B) | 86.54º | 0.87% | 0.47% | - |
| XYZ | 9.43 | 14.64 | 2.78 | - |
| YUV | 93.39 | 83.76 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 119 | 15 | 0.39 | 0 | 0.87 | 0.53 | 86.54 | 0.78 | 0.26 |
| Hex | 49 | 77 | F | 27 | 0 | 57 | 35 | 57 | 4E | 1A |
| Octal | 111 | 167 | 17 | 47 | 0 | 127 | 65 | 127 | 116 | 32 |
| Binary | 1001001 | 1110111 | 1111 | 100111 | 0 | 1010111 | 110101 | 1010111 | 1001110 | 11010 |
Color Harmonies of #49770F
Complementary color
Monochromatic Colors of #49770F
Black with #49770F
Text Example
Text Example
White with #49770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49770F; }
p { color: rgb(73,119,15); }
H1.HeaderClassName
{
color: #49770F;
}
.AnyTagClassName
{
color: #49770F;
}
</style>
background-color css
<style>
a { background-color: #49770F; }
a { background-color: rgb(73,119,15); }
div.DivClassName
{
background-color: #49770F;
}
.BgClassName
{
background-color: #49770F;
}
</style>
border-color css
<style>
span { border-color: #49770F; }
span { border-color: rgb(73,119,15); }
td.TdClassName
{
border-color: #49770F;
}
.TagClassName
{
border-color: #49770F;
}
</style>