Shades of Green Leaf #4C771D
Tints of Green Leaf #4C771D
RGB
CMYK
RGB Variations
Color information
#4C771D (or 0x4C771D) is known color: Green Leaf. HEX triplet: 4C, 77 and 1D. RGB value is (76,119,29). Sum of RGB (Red+Green+Blue) = 76+119+29=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 119 (46.88% from 255 or 53.12% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 119 - color contains mainly: green. Hex color #4C771D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C771D is #B388E2. Grayscale: #606060. Windows color (decimal): -11765987 or 1931084. OLE color: 1931084.
HSL color Cylindrical-coordinate representation of color #4C771D: hue angle of 88.67º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C771D is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 119 | 29 | - |
| CMYK | 0.36 | 0 | 0.76 | 0.53 |
| HSL | 88.67º | 0.61% | 0.29% | - |
| HSV(B) | 88.67º | 0.76% | 0.47% | - |
| XYZ | 9.8 | 14.82 | 3.51 | - |
| YUV | 95.88 | 90.25 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 119 | 29 | 0.36 | 0 | 0.76 | 0.53 | 88.67 | 0.61 | 0.29 |
| Hex | 4C | 77 | 1D | 24 | 0 | 4C | 35 | 59 | 3D | 1D |
| Octal | 114 | 167 | 35 | 44 | 0 | 114 | 65 | 131 | 75 | 35 |
| Binary | 1001100 | 1110111 | 11101 | 100100 | 0 | 1001100 | 110101 | 1011001 | 111101 | 11101 |
Color Harmonies of #4C771D
Complementary color
Monochromatic Colors of #4C771D
Black with #4C771D
Text Example
Text Example
White with #4C771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C771D; }
p { color: rgb(76,119,29); }
H1.HeaderClassName
{
color: #4C771D;
}
.AnyTagClassName
{
color: #4C771D;
}
</style>
background-color css
<style>
a { background-color: #4C771D; }
a { background-color: rgb(76,119,29); }
div.DivClassName
{
background-color: #4C771D;
}
.BgClassName
{
background-color: #4C771D;
}
</style>
border-color css
<style>
span { border-color: #4C771D; }
span { border-color: rgb(76,119,29); }
td.TdClassName
{
border-color: #4C771D;
}
.TagClassName
{
border-color: #4C771D;
}
</style>