Shades of Green Leaf #4C7C18
Tints of Green Leaf #4C7C18
RGB
CMYK
RGB Variations
Color information
#4C7C18 (or 0x4C7C18) is known color: Green Leaf. HEX triplet: 4C, 7C and 18. RGB value is (76,124,24). Sum of RGB (Red+Green+Blue) = 76+124+24=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 124 (48.83% from 255 or 55.36% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 124 - color contains mainly: green. Hex color #4C7C18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7C18 is #B383E7. Grayscale: #626262. Windows color (decimal): -11764712 or 1604684. OLE color: 1604684.
HSL color Cylindrical-coordinate representation of color #4C7C18: hue angle of 88.8º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C7C18 is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 124 | 24 | - |
| CMYK | 0.39 | 0 | 0.81 | 0.51 |
| HSL | 88.8º | 0.68% | 0.29% | - |
| HSV(B) | 88.8º | 0.81% | 0.49% | - |
| XYZ | 10.35 | 16.02 | 3.41 | - |
| YUV | 98.25 | 86.1 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 124 | 24 | 0.39 | 0 | 0.81 | 0.51 | 88.8 | 0.68 | 0.29 |
| Hex | 4C | 7C | 18 | 27 | 0 | 51 | 33 | 59 | 44 | 1D |
| Octal | 114 | 174 | 30 | 47 | 0 | 121 | 63 | 131 | 104 | 35 |
| Binary | 1001100 | 1111100 | 11000 | 100111 | 0 | 1010001 | 110011 | 1011001 | 1000100 | 11101 |
Color Harmonies of #4C7C18
Complementary color
Monochromatic Colors of #4C7C18
Black with #4C7C18
Text Example
Text Example
White with #4C7C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7C18; }
p { color: rgb(76,124,24); }
H1.HeaderClassName
{
color: #4C7C18;
}
.AnyTagClassName
{
color: #4C7C18;
}
</style>
background-color css
<style>
a { background-color: #4C7C18; }
a { background-color: rgb(76,124,24); }
div.DivClassName
{
background-color: #4C7C18;
}
.BgClassName
{
background-color: #4C7C18;
}
</style>
border-color css
<style>
span { border-color: #4C7C18; }
span { border-color: rgb(76,124,24); }
td.TdClassName
{
border-color: #4C7C18;
}
.TagClassName
{
border-color: #4C7C18;
}
</style>