Shades of Green Leaf #4D751A
Tints of Green Leaf #4D751A
RGB
CMYK
RGB Variations
Color information
#4D751A (or 0x4D751A) is known color: Green Leaf. HEX triplet: 4D, 75 and 1A. RGB value is (77,117,26). Sum of RGB (Red+Green+Blue) = 77+117+26=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 117 (46.09% from 255 or 53.18% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 117 - color contains mainly: green. Hex color #4D751A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D751A is #B28AE5. Grayscale: #5E5E5E. Windows color (decimal): -11700966 or 1733965. OLE color: 1733965.
HSL color Cylindrical-coordinate representation of color #4D751A: hue angle of 86.37º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D751A is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 117 | 26 | - |
| CMYK | 0.34 | 0 | 0.78 | 0.54 |
| HSL | 86.37º | 0.64% | 0.28% | - |
| HSV(B) | 86.37º | 0.78% | 0.46% | - |
| XYZ | 9.61 | 14.37 | 3.25 | - |
| YUV | 94.67 | 89.25 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 117 | 26 | 0.34 | 0 | 0.78 | 0.54 | 86.37 | 0.64 | 0.28 |
| Hex | 4D | 75 | 1A | 22 | 0 | 4E | 36 | 56 | 40 | 1C |
| Octal | 115 | 165 | 32 | 42 | 0 | 116 | 66 | 126 | 100 | 34 |
| Binary | 1001101 | 1110101 | 11010 | 100010 | 0 | 1001110 | 110110 | 1010110 | 1000000 | 11100 |
Color Harmonies of #4D751A
Complementary color
Monochromatic Colors of #4D751A
Black with #4D751A
Text Example
Text Example
White with #4D751A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D751A; }
p { color: rgb(77,117,26); }
H1.HeaderClassName
{
color: #4D751A;
}
.AnyTagClassName
{
color: #4D751A;
}
</style>
background-color css
<style>
a { background-color: #4D751A; }
a { background-color: rgb(77,117,26); }
div.DivClassName
{
background-color: #4D751A;
}
.BgClassName
{
background-color: #4D751A;
}
</style>
border-color css
<style>
span { border-color: #4D751A; }
span { border-color: rgb(77,117,26); }
td.TdClassName
{
border-color: #4D751A;
}
.TagClassName
{
border-color: #4D751A;
}
</style>