Shades of Green Leaf #4D751C
Tints of Green Leaf #4D751C
RGB
CMYK
RGB Variations
Color information
#4D751C (or 0x4D751C) is known color: Green Leaf. HEX triplet: 4D, 75 and 1C. RGB value is (77,117,28). Sum of RGB (Red+Green+Blue) = 77+117+28=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #4D751C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D751C is #B28AE3. Grayscale: #5F5F5F. Windows color (decimal): -11700964 or 1865037. OLE color: 1865037.
HSL color Cylindrical-coordinate representation of color #4D751C: hue angle of 86.97º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D751C is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 117 | 28 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.54 |
| HSL | 86.97º | 0.61% | 0.28% | - |
| HSV(B) | 86.97º | 0.76% | 0.46% | - |
| XYZ | 9.63 | 14.38 | 3.37 | - |
| YUV | 94.89 | 90.25 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 117 | 28 | 0.34 | 0 | 0.76 | 0.54 | 86.97 | 0.61 | 0.28 |
| Hex | 4D | 75 | 1C | 22 | 0 | 4C | 36 | 57 | 3D | 1C |
| Octal | 115 | 165 | 34 | 42 | 0 | 114 | 66 | 127 | 75 | 34 |
| Binary | 1001101 | 1110101 | 11100 | 100010 | 0 | 1001100 | 110110 | 1010111 | 111101 | 11100 |
Color Harmonies of #4D751C
Complementary color
Monochromatic Colors of #4D751C
Black with #4D751C
Text Example
Text Example
White with #4D751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D751C; }
p { color: rgb(77,117,28); }
H1.HeaderClassName
{
color: #4D751C;
}
.AnyTagClassName
{
color: #4D751C;
}
</style>
background-color css
<style>
a { background-color: #4D751C; }
a { background-color: rgb(77,117,28); }
div.DivClassName
{
background-color: #4D751C;
}
.BgClassName
{
background-color: #4D751C;
}
</style>
border-color css
<style>
span { border-color: #4D751C; }
span { border-color: rgb(77,117,28); }
td.TdClassName
{
border-color: #4D751C;
}
.TagClassName
{
border-color: #4D751C;
}
</style>