Shades of Green Leaf #4C6819
Tints of Green Leaf #4C6819
RGB
CMYK
RGB Variations
Color information
#4C6819 (or 0x4C6819) is known color: Green Leaf. HEX triplet: 4C, 68 and 19. RGB value is (76,104,25). Sum of RGB (Red+Green+Blue) = 76+104+25=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 25 (10.16% from 255 or 12.20% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #4C6819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6819 is #B397E6. Grayscale: #565656. Windows color (decimal): -11769831 or 1665100. OLE color: 1665100.
HSL color Cylindrical-coordinate representation of color #4C6819: hue angle of 81.27º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C6819 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 104 | 25 | - |
| CMYK | 0.27 | 0 | 0.76 | 0.59 |
| HSL | 81.27º | 0.61% | 0.25% | - |
| HSV(B) | 81.27º | 0.76% | 0.41% | - |
| XYZ | 8.11 | 11.51 | 2.71 | - |
| YUV | 86.62 | 93.22 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 104 | 25 | 0.27 | 0 | 0.76 | 0.59 | 81.27 | 0.61 | 0.25 |
| Hex | 4C | 68 | 19 | 1B | 0 | 4C | 3B | 51 | 3D | 19 |
| Octal | 114 | 150 | 31 | 33 | 0 | 114 | 73 | 121 | 75 | 31 |
| Binary | 1001100 | 1101000 | 11001 | 11011 | 0 | 1001100 | 111011 | 1010001 | 111101 | 11001 |
Color Harmonies of #4C6819
Complementary color
Monochromatic Colors of #4C6819
Black with #4C6819
Text Example
Text Example
White with #4C6819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6819; }
p { color: rgb(76,104,25); }
H1.HeaderClassName
{
color: #4C6819;
}
.AnyTagClassName
{
color: #4C6819;
}
</style>
background-color css
<style>
a { background-color: #4C6819; }
a { background-color: rgb(76,104,25); }
div.DivClassName
{
background-color: #4C6819;
}
.BgClassName
{
background-color: #4C6819;
}
</style>
border-color css
<style>
span { border-color: #4C6819; }
span { border-color: rgb(76,104,25); }
td.TdClassName
{
border-color: #4C6819;
}
.TagClassName
{
border-color: #4C6819;
}
</style>