Shades of Green Leaf #4C6718
Tints of Green Leaf #4C6718
RGB
CMYK
RGB Variations
Color information
#4C6718 (or 0x4C6718) is known color: Green Leaf. HEX triplet: 4C, 67 and 18. RGB value is (76,103,24). Sum of RGB (Red+Green+Blue) = 76+103+24=203 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.44% from 203); Green value is 103 (40.62% from 255 or 50.74% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 103 - color contains mainly: green. Hex color #4C6718 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6718 is #B398E7. Grayscale: #565656. Windows color (decimal): -11770088 or 1599308. OLE color: 1599308.
HSL color Cylindrical-coordinate representation of color #4C6718: hue angle of 80.51º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C6718 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 103 | 24 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.60 |
| HSL | 80.51º | 0.62% | 0.25% | - |
| HSV(B) | 80.51º | 0.77% | 0.4% | - |
| XYZ | 8 | 11.3 | 2.62 | - |
| YUV | 85.92 | 93.05 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 103 | 24 | 0.26 | 0 | 0.77 | 0.60 | 80.51 | 0.62 | 0.25 |
| Hex | 4C | 67 | 18 | 1A | 0 | 4D | 3C | 51 | 3E | 19 |
| Octal | 114 | 147 | 30 | 32 | 0 | 115 | 74 | 121 | 76 | 31 |
| Binary | 1001100 | 1100111 | 11000 | 11010 | 0 | 1001101 | 111100 | 1010001 | 111110 | 11001 |
Color Harmonies of #4C6718
Complementary color
Monochromatic Colors of #4C6718
Black with #4C6718
Text Example
Text Example
White with #4C6718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6718; }
p { color: rgb(76,103,24); }
H1.HeaderClassName
{
color: #4C6718;
}
.AnyTagClassName
{
color: #4C6718;
}
</style>
background-color css
<style>
a { background-color: #4C6718; }
a { background-color: rgb(76,103,24); }
div.DivClassName
{
background-color: #4C6718;
}
.BgClassName
{
background-color: #4C6718;
}
</style>
border-color css
<style>
span { border-color: #4C6718; }
span { border-color: rgb(76,103,24); }
td.TdClassName
{
border-color: #4C6718;
}
.TagClassName
{
border-color: #4C6718;
}
</style>