Shades of Green Leaf #4D692E
Tints of Green Leaf #4D692E
RGB
CMYK
RGB Variations
Color information
#4D692E (or 0x4D692E) is known color: Green Leaf. HEX triplet: 4D, 69 and 2E. RGB value is (77,105,46). Sum of RGB (Red+Green+Blue) = 77+105+46=228 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.77% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 105 - color contains mainly: green. Hex color #4D692E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D692E is #B296D1. Grayscale: #5A5A5A. Windows color (decimal): -11704018 or 3041613. OLE color: 3041613.
HSL color Cylindrical-coordinate representation of color #4D692E: hue angle of 88.47º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D692E is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 105 | 46 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.59 |
| HSL | 88.47º | 0.39% | 0.3% | - |
| HSV(B) | 88.47º | 0.56% | 0.41% | - |
| XYZ | 8.61 | 11.88 | 4.42 | - |
| YUV | 89.9 | 103.22 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 105 | 46 | 0.27 | 0 | 0.56 | 0.59 | 88.47 | 0.39 | 0.3 |
| Hex | 4D | 69 | 2E | 1B | 0 | 38 | 3B | 58 | 27 | 1E |
| Octal | 115 | 151 | 56 | 33 | 0 | 70 | 73 | 130 | 47 | 36 |
| Binary | 1001101 | 1101001 | 101110 | 11011 | 0 | 111000 | 111011 | 1011000 | 100111 | 11110 |
Color Harmonies of #4D692E
Complementary color
Monochromatic Colors of #4D692E
Black with #4D692E
Text Example
Text Example
White with #4D692E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D692E; }
p { color: rgb(77,105,46); }
H1.HeaderClassName
{
color: #4D692E;
}
.AnyTagClassName
{
color: #4D692E;
}
</style>
background-color css
<style>
a { background-color: #4D692E; }
a { background-color: rgb(77,105,46); }
div.DivClassName
{
background-color: #4D692E;
}
.BgClassName
{
background-color: #4D692E;
}
</style>
border-color css
<style>
span { border-color: #4D692E; }
span { border-color: rgb(77,105,46); }
td.TdClassName
{
border-color: #4D692E;
}
.TagClassName
{
border-color: #4D692E;
}
</style>