Shades of Green Leaf #4D751D
Tints of Green Leaf #4D751D
RGB
CMYK
RGB Variations
Color information
#4D751D (or 0x4D751D) is known color: Green Leaf. HEX triplet: 4D, 75 and 1D. RGB value is (77,117,29). Sum of RGB (Red+Green+Blue) = 77+117+29=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 117 (46.09% from 255 or 52.47% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 117 - color contains mainly: green. Hex color #4D751D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D751D is #B28AE2. Grayscale: #5F5F5F. Windows color (decimal): -11700963 or 1930573. OLE color: 1930573.
HSL color Cylindrical-coordinate representation of color #4D751D: hue angle of 87.27º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D751D is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 117 | 29 | - |
| CMYK | 0.34 | 0 | 0.75 | 0.54 |
| HSL | 87.27º | 0.6% | 0.29% | - |
| HSV(B) | 87.27º | 0.75% | 0.46% | - |
| XYZ | 9.64 | 14.39 | 3.43 | - |
| YUV | 95.01 | 90.75 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 117 | 29 | 0.34 | 0 | 0.75 | 0.54 | 87.27 | 0.6 | 0.29 |
| Hex | 4D | 75 | 1D | 22 | 0 | 4B | 36 | 57 | 3C | 1D |
| Octal | 115 | 165 | 35 | 42 | 0 | 113 | 66 | 127 | 74 | 35 |
| Binary | 1001101 | 1110101 | 11101 | 100010 | 0 | 1001011 | 110110 | 1010111 | 111100 | 11101 |
Color Harmonies of #4D751D
Complementary color
Monochromatic Colors of #4D751D
Black with #4D751D
Text Example
Text Example
White with #4D751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D751D; }
p { color: rgb(77,117,29); }
H1.HeaderClassName
{
color: #4D751D;
}
.AnyTagClassName
{
color: #4D751D;
}
</style>
background-color css
<style>
a { background-color: #4D751D; }
a { background-color: rgb(77,117,29); }
div.DivClassName
{
background-color: #4D751D;
}
.BgClassName
{
background-color: #4D751D;
}
</style>
border-color css
<style>
span { border-color: #4D751D; }
span { border-color: rgb(77,117,29); }
td.TdClassName
{
border-color: #4D751D;
}
.TagClassName
{
border-color: #4D751D;
}
</style>