Shades of Green Leaf #4C750C
Tints of Green Leaf #4C750C
RGB
CMYK
RGB Variations
Color information
#4C750C (or 0x4C750C) is known color: Green Leaf. HEX triplet: 4C, 75 and 0C. RGB value is (76,117,12). Sum of RGB (Red+Green+Blue) = 76+117+12=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 117 (46.09% from 255 or 57.07% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 117 - color contains mainly: green. Hex color #4C750C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C750C is #B38AF3. Grayscale: #5D5D5D. Windows color (decimal): -11766516 or 816460. OLE color: 816460.
HSL color Cylindrical-coordinate representation of color #4C750C: hue angle of 83.43º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C750C is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 117 | 12 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.54 |
| HSL | 83.43º | 0.81% | 0.25% | - |
| HSV(B) | 83.43º | 0.9% | 0.46% | - |
| XYZ | 9.41 | 14.29 | 2.61 | - |
| YUV | 92.77 | 82.42 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 117 | 12 | 0.35 | 0 | 0.90 | 0.54 | 83.43 | 0.81 | 0.25 |
| Hex | 4C | 75 | C | 23 | 0 | 5A | 36 | 53 | 51 | 19 |
| Octal | 114 | 165 | 14 | 43 | 0 | 132 | 66 | 123 | 121 | 31 |
| Binary | 1001100 | 1110101 | 1100 | 100011 | 0 | 1011010 | 110110 | 1010011 | 1010001 | 11001 |
Color Harmonies of #4C750C
Complementary color
Monochromatic Colors of #4C750C
Black with #4C750C
Text Example
Text Example
White with #4C750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C750C; }
p { color: rgb(76,117,12); }
H1.HeaderClassName
{
color: #4C750C;
}
.AnyTagClassName
{
color: #4C750C;
}
</style>
background-color css
<style>
a { background-color: #4C750C; }
a { background-color: rgb(76,117,12); }
div.DivClassName
{
background-color: #4C750C;
}
.BgClassName
{
background-color: #4C750C;
}
</style>
border-color css
<style>
span { border-color: #4C750C; }
span { border-color: rgb(76,117,12); }
td.TdClassName
{
border-color: #4C750C;
}
.TagClassName
{
border-color: #4C750C;
}
</style>