Shades of Green Leaf #4D681E
Tints of Green Leaf #4D681E
RGB
CMYK
RGB Variations
Color information
#4D681E (or 0x4D681E) is known color: Green Leaf. HEX triplet: 4D, 68 and 1E. RGB value is (77,104,30). Sum of RGB (Red+Green+Blue) = 77+104+30=211 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.49% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 104 - color contains mainly: green. Hex color #4D681E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D681E is #B297E1. Grayscale: #575757. Windows color (decimal): -11704290 or 1992781. OLE color: 1992781.
HSL color Cylindrical-coordinate representation of color #4D681E: hue angle of 81.89º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D681E is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 104 | 30 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.59 |
| HSL | 81.89º | 0.55% | 0.26% | - |
| HSV(B) | 81.89º | 0.71% | 0.41% | - |
| XYZ | 8.25 | 11.57 | 3.03 | - |
| YUV | 87.49 | 95.55 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 30 | 0.26 | 0 | 0.71 | 0.59 | 81.89 | 0.55 | 0.26 |
| Hex | 4D | 68 | 1E | 1A | 0 | 47 | 3B | 52 | 37 | 1A |
| Octal | 115 | 150 | 36 | 32 | 0 | 107 | 73 | 122 | 67 | 32 |
| Binary | 1001101 | 1101000 | 11110 | 11010 | 0 | 1000111 | 111011 | 1010010 | 110111 | 11010 |
Color Harmonies of #4D681E
Complementary color
Monochromatic Colors of #4D681E
Black with #4D681E
Text Example
Text Example
White with #4D681E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D681E; }
p { color: rgb(77,104,30); }
H1.HeaderClassName
{
color: #4D681E;
}
.AnyTagClassName
{
color: #4D681E;
}
</style>
background-color css
<style>
a { background-color: #4D681E; }
a { background-color: rgb(77,104,30); }
div.DivClassName
{
background-color: #4D681E;
}
.BgClassName
{
background-color: #4D681E;
}
</style>
border-color css
<style>
span { border-color: #4D681E; }
span { border-color: rgb(77,104,30); }
td.TdClassName
{
border-color: #4D681E;
}
.TagClassName
{
border-color: #4D681E;
}
</style>