Shades of Green Leaf #4C6919
Tints of Green Leaf #4C6919
RGB
CMYK
RGB Variations
Color information
#4C6919 (or 0x4C6919) is known color: Green Leaf. HEX triplet: 4C, 69 and 19. RGB value is (76,105,25). Sum of RGB (Red+Green+Blue) = 76+105+25=206 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.89% from 206); Green value is 105 (41.41% from 255 or 50.97% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 105 - color contains mainly: green. Hex color #4C6919 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6919 is #B396E6. Grayscale: #575757. Windows color (decimal): -11769575 or 1665356. OLE color: 1665356.
HSL color Cylindrical-coordinate representation of color #4C6919: hue angle of 81.75º degrees, saturation: 0.62, 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 #4C6919 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 105 | 25 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.59 |
| HSL | 81.75º | 0.62% | 0.25% | - |
| HSV(B) | 81.75º | 0.76% | 0.41% | - |
| XYZ | 8.21 | 11.71 | 2.75 | - |
| YUV | 87.21 | 92.89 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 105 | 25 | 0.28 | 0 | 0.76 | 0.59 | 81.75 | 0.62 | 0.25 |
| Hex | 4C | 69 | 19 | 1C | 0 | 4C | 3B | 52 | 3E | 19 |
| Octal | 114 | 151 | 31 | 34 | 0 | 114 | 73 | 122 | 76 | 31 |
| Binary | 1001100 | 1101001 | 11001 | 11100 | 0 | 1001100 | 111011 | 1010010 | 111110 | 11001 |
Color Harmonies of #4C6919
Complementary color
Monochromatic Colors of #4C6919
Black with #4C6919
Text Example
Text Example
White with #4C6919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6919; }
p { color: rgb(76,105,25); }
H1.HeaderClassName
{
color: #4C6919;
}
.AnyTagClassName
{
color: #4C6919;
}
</style>
background-color css
<style>
a { background-color: #4C6919; }
a { background-color: rgb(76,105,25); }
div.DivClassName
{
background-color: #4C6919;
}
.BgClassName
{
background-color: #4C6919;
}
</style>
border-color css
<style>
span { border-color: #4C6919; }
span { border-color: rgb(76,105,25); }
td.TdClassName
{
border-color: #4C6919;
}
.TagClassName
{
border-color: #4C6919;
}
</style>