Shades of Green Leaf #4D682D
Tints of Green Leaf #4D682D
RGB
CMYK
RGB Variations
Color information
#4D682D (or 0x4D682D) is known color: Green Leaf. HEX triplet: 4D, 68 and 2D. RGB value is (77,104,45). Sum of RGB (Red+Green+Blue) = 77+104+45=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 104 - color contains mainly: green. Hex color #4D682D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D682D is #B297D2. Grayscale: #595959. Windows color (decimal): -11704275 or 2975821. OLE color: 2975821.
HSL color Cylindrical-coordinate representation of color #4D682D: hue angle of 87.46º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D682D is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 104 | 45 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.59 |
| HSL | 87.46º | 0.4% | 0.29% | - |
| HSV(B) | 87.46º | 0.57% | 0.41% | - |
| XYZ | 8.48 | 11.67 | 4.29 | - |
| YUV | 89.2 | 103.05 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 45 | 0.26 | 0 | 0.57 | 0.59 | 87.46 | 0.4 | 0.29 |
| Hex | 4D | 68 | 2D | 1A | 0 | 39 | 3B | 57 | 28 | 1D |
| Octal | 115 | 150 | 55 | 32 | 0 | 71 | 73 | 127 | 50 | 35 |
| Binary | 1001101 | 1101000 | 101101 | 11010 | 0 | 111001 | 111011 | 1010111 | 101000 | 11101 |
Color Harmonies of #4D682D
Complementary color
Monochromatic Colors of #4D682D
Black with #4D682D
Text Example
Text Example
White with #4D682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D682D; }
p { color: rgb(77,104,45); }
H1.HeaderClassName
{
color: #4D682D;
}
.AnyTagClassName
{
color: #4D682D;
}
</style>
background-color css
<style>
a { background-color: #4D682D; }
a { background-color: rgb(77,104,45); }
div.DivClassName
{
background-color: #4D682D;
}
.BgClassName
{
background-color: #4D682D;
}
</style>
border-color css
<style>
span { border-color: #4D682D; }
span { border-color: rgb(77,104,45); }
td.TdClassName
{
border-color: #4D682D;
}
.TagClassName
{
border-color: #4D682D;
}
</style>