Shades of Green Leaf #4D6431
Tints of Green Leaf #4D6431
RGB
CMYK
RGB Variations
Color information
#4D6431 (or 0x4D6431) is known color: Green Leaf. HEX triplet: 4D, 64 and 31. RGB value is (77,100,49). Sum of RGB (Red+Green+Blue) = 77+100+49=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 100 - color contains mainly: green. Hex color #4D6431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6431 is #B29BCE. Grayscale: #575757. Windows color (decimal): -11705295 or 3236941. OLE color: 3236941.
HSL color Cylindrical-coordinate representation of color #4D6431: hue angle of 87.06º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D6431 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 100 | 49 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.61 |
| HSL | 87.06º | 0.34% | 0.29% | - |
| HSV(B) | 87.06º | 0.51% | 0.39% | - |
| XYZ | 8.17 | 10.91 | 4.58 | - |
| YUV | 87.31 | 106.38 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 49 | 0.23 | 0 | 0.51 | 0.61 | 87.06 | 0.34 | 0.29 |
| Hex | 4D | 64 | 31 | 17 | 0 | 33 | 3D | 57 | 22 | 1D |
| Octal | 115 | 144 | 61 | 27 | 0 | 63 | 75 | 127 | 42 | 35 |
| Binary | 1001101 | 1100100 | 110001 | 10111 | 0 | 110011 | 111101 | 1010111 | 100010 | 11101 |
Color Harmonies of #4D6431
Complementary color
Monochromatic Colors of #4D6431
Black with #4D6431
Text Example
Text Example
White with #4D6431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6431; }
p { color: rgb(77,100,49); }
H1.HeaderClassName
{
color: #4D6431;
}
.AnyTagClassName
{
color: #4D6431;
}
</style>
background-color css
<style>
a { background-color: #4D6431; }
a { background-color: rgb(77,100,49); }
div.DivClassName
{
background-color: #4D6431;
}
.BgClassName
{
background-color: #4D6431;
}
</style>
border-color css
<style>
span { border-color: #4D6431; }
span { border-color: rgb(77,100,49); }
td.TdClassName
{
border-color: #4D6431;
}
.TagClassName
{
border-color: #4D6431;
}
</style>