Shades of Green Leaf #4D682B
Tints of Green Leaf #4D682B
RGB
CMYK
RGB Variations
Color information
#4D682B (or 0x4D682B) is known color: Green Leaf. HEX triplet: 4D, 68 and 2B. RGB value is (77,104,43). Sum of RGB (Red+Green+Blue) = 77+104+43=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 104 - color contains mainly: green. Hex color #4D682B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D682B is #B297D4. Grayscale: #595959. Windows color (decimal): -11704277 or 2844749. OLE color: 2844749.
HSL color Cylindrical-coordinate representation of color #4D682B: hue angle of 86.56º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D682B is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 104 | 43 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.59 |
| HSL | 86.56º | 0.41% | 0.29% | - |
| HSV(B) | 86.56º | 0.59% | 0.41% | - |
| XYZ | 8.45 | 11.65 | 4.09 | - |
| YUV | 88.97 | 102.05 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 43 | 0.26 | 0 | 0.59 | 0.59 | 86.56 | 0.41 | 0.29 |
| Hex | 4D | 68 | 2B | 1A | 0 | 3B | 3B | 57 | 29 | 1D |
| Octal | 115 | 150 | 53 | 32 | 0 | 73 | 73 | 127 | 51 | 35 |
| Binary | 1001101 | 1101000 | 101011 | 11010 | 0 | 111011 | 111011 | 1010111 | 101001 | 11101 |
Color Harmonies of #4D682B
Complementary color
Monochromatic Colors of #4D682B
Black with #4D682B
Text Example
Text Example
White with #4D682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D682B; }
p { color: rgb(77,104,43); }
H1.HeaderClassName
{
color: #4D682B;
}
.AnyTagClassName
{
color: #4D682B;
}
</style>
background-color css
<style>
a { background-color: #4D682B; }
a { background-color: rgb(77,104,43); }
div.DivClassName
{
background-color: #4D682B;
}
.BgClassName
{
background-color: #4D682B;
}
</style>
border-color css
<style>
span { border-color: #4D682B; }
span { border-color: rgb(77,104,43); }
td.TdClassName
{
border-color: #4D682B;
}
.TagClassName
{
border-color: #4D682B;
}
</style>