Shades of Green Leaf #4C750E
Tints of Green Leaf #4C750E
RGB
CMYK
RGB Variations
Color information
#4C750E (or 0x4C750E) is known color: Green Leaf. HEX triplet: 4C, 75 and 0E. RGB value is (76,117,14). Sum of RGB (Red+Green+Blue) = 76+117+14=207 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.71% from 207); Green value is 117 (46.09% from 255 or 56.52% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 117 - color contains mainly: green. Hex color #4C750E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C750E is #B38AF1. Grayscale: #5D5D5D. Windows color (decimal): -11766514 or 947532. OLE color: 947532.
HSL color Cylindrical-coordinate representation of color #4C750E: hue angle of 83.88º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C750E is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 117 | 14 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.54 |
| HSL | 83.88º | 0.79% | 0.26% | - |
| HSV(B) | 83.88º | 0.88% | 0.46% | - |
| XYZ | 9.42 | 14.29 | 2.68 | - |
| YUV | 93 | 83.42 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 117 | 14 | 0.35 | 0 | 0.88 | 0.54 | 83.88 | 0.79 | 0.26 |
| Hex | 4C | 75 | E | 23 | 0 | 58 | 36 | 54 | 4F | 1A |
| Octal | 114 | 165 | 16 | 43 | 0 | 130 | 66 | 124 | 117 | 32 |
| Binary | 1001100 | 1110101 | 1110 | 100011 | 0 | 1011000 | 110110 | 1010100 | 1001111 | 11010 |
Color Harmonies of #4C750E
Complementary color
Monochromatic Colors of #4C750E
Black with #4C750E
Text Example
Text Example
White with #4C750E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C750E; }
p { color: rgb(76,117,14); }
H1.HeaderClassName
{
color: #4C750E;
}
.AnyTagClassName
{
color: #4C750E;
}
</style>
background-color css
<style>
a { background-color: #4C750E; }
a { background-color: rgb(76,117,14); }
div.DivClassName
{
background-color: #4C750E;
}
.BgClassName
{
background-color: #4C750E;
}
</style>
border-color css
<style>
span { border-color: #4C750E; }
span { border-color: rgb(76,117,14); }
td.TdClassName
{
border-color: #4C750E;
}
.TagClassName
{
border-color: #4C750E;
}
</style>