Shades of Green Leaf #4D691E
Tints of Green Leaf #4D691E
RGB
CMYK
RGB Variations
Color information
#4D691E (or 0x4D691E) is known color: Green Leaf. HEX triplet: 4D, 69 and 1E. RGB value is (77,105,30). Sum of RGB (Red+Green+Blue) = 77+105+30=212 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.32% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #4D691E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D691E is #B296E1. Grayscale: #585858. Windows color (decimal): -11704034 or 1993037. OLE color: 1993037.
HSL color Cylindrical-coordinate representation of color #4D691E: hue angle of 82.4º degrees, saturation: 0.56, 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 #4D691E is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 105 | 30 | - |
| CMYK | 0.27 | 0 | 0.71 | 0.59 |
| HSL | 82.4º | 0.56% | 0.26% | - |
| HSV(B) | 82.4º | 0.71% | 0.41% | - |
| XYZ | 8.35 | 11.77 | 3.06 | - |
| YUV | 88.08 | 95.22 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 105 | 30 | 0.27 | 0 | 0.71 | 0.59 | 82.4 | 0.56 | 0.26 |
| Hex | 4D | 69 | 1E | 1B | 0 | 47 | 3B | 52 | 38 | 1A |
| Octal | 115 | 151 | 36 | 33 | 0 | 107 | 73 | 122 | 70 | 32 |
| Binary | 1001101 | 1101001 | 11110 | 11011 | 0 | 1000111 | 111011 | 1010010 | 111000 | 11010 |
Color Harmonies of #4D691E
Complementary color
Monochromatic Colors of #4D691E
Black with #4D691E
Text Example
Text Example
White with #4D691E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D691E; }
p { color: rgb(77,105,30); }
H1.HeaderClassName
{
color: #4D691E;
}
.AnyTagClassName
{
color: #4D691E;
}
</style>
background-color css
<style>
a { background-color: #4D691E; }
a { background-color: rgb(77,105,30); }
div.DivClassName
{
background-color: #4D691E;
}
.BgClassName
{
background-color: #4D691E;
}
</style>
border-color css
<style>
span { border-color: #4D691E; }
span { border-color: rgb(77,105,30); }
td.TdClassName
{
border-color: #4D691E;
}
.TagClassName
{
border-color: #4D691E;
}
</style>