Shades of Green Leaf #4D750A
Tints of Green Leaf #4D750A
RGB
CMYK
RGB Variations
Color information
#4D750A (or 0x4D750A) is known color: Green Leaf. HEX triplet: 4D, 75 and 0A. RGB value is (77,117,10). Sum of RGB (Red+Green+Blue) = 77+117+10=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 117 (46.09% from 255 or 57.35% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 117 - color contains mainly: green. Hex color #4D750A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D750A is #B28AF5. Grayscale: #5D5D5D. Windows color (decimal): -11700982 or 685389. OLE color: 685389.
HSL color Cylindrical-coordinate representation of color #4D750A: hue angle of 82.43º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D750A is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 117 | 10 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.54 |
| HSL | 82.43º | 0.84% | 0.25% | - |
| HSV(B) | 82.43º | 0.91% | 0.46% | - |
| XYZ | 9.48 | 14.32 | 2.55 | - |
| YUV | 92.84 | 81.25 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 117 | 10 | 0.34 | 0 | 0.91 | 0.54 | 82.43 | 0.84 | 0.25 |
| Hex | 4D | 75 | A | 22 | 0 | 5B | 36 | 52 | 54 | 19 |
| Octal | 115 | 165 | 12 | 42 | 0 | 133 | 66 | 122 | 124 | 31 |
| Binary | 1001101 | 1110101 | 1010 | 100010 | 0 | 1011011 | 110110 | 1010010 | 1010100 | 11001 |
Color Harmonies of #4D750A
Complementary color
Monochromatic Colors of #4D750A
Black with #4D750A
Text Example
Text Example
White with #4D750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D750A; }
p { color: rgb(77,117,10); }
H1.HeaderClassName
{
color: #4D750A;
}
.AnyTagClassName
{
color: #4D750A;
}
</style>
background-color css
<style>
a { background-color: #4D750A; }
a { background-color: rgb(77,117,10); }
div.DivClassName
{
background-color: #4D750A;
}
.BgClassName
{
background-color: #4D750A;
}
</style>
border-color css
<style>
span { border-color: #4D750A; }
span { border-color: rgb(77,117,10); }
td.TdClassName
{
border-color: #4D750A;
}
.TagClassName
{
border-color: #4D750A;
}
</style>