Shades of Green Leaf #4C6B16
Tints of Green Leaf #4C6B16
RGB
CMYK
RGB Variations
Color information
#4C6B16 (or 0x4C6B16) is known color: Green Leaf. HEX triplet: 4C, 6B and 16. RGB value is (76,107,22). Sum of RGB (Red+Green+Blue) = 76+107+22=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 107 (42.19% from 255 or 52.20% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 107 - color contains mainly: green. Hex color #4C6B16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6B16 is #B394E9. Grayscale: #585858. Windows color (decimal): -11769066 or 1469260. OLE color: 1469260.
HSL color Cylindrical-coordinate representation of color #4C6B16: hue angle of 81.88º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C6B16 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 107 | 22 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.58 |
| HSL | 81.88º | 0.66% | 0.25% | - |
| HSV(B) | 81.88º | 0.79% | 0.42% | - |
| XYZ | 8.38 | 12.11 | 2.65 | - |
| YUV | 88.04 | 90.73 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 107 | 22 | 0.29 | 0 | 0.79 | 0.58 | 81.88 | 0.66 | 0.25 |
| Hex | 4C | 6B | 16 | 1D | 0 | 4F | 3A | 52 | 42 | 19 |
| Octal | 114 | 153 | 26 | 35 | 0 | 117 | 72 | 122 | 102 | 31 |
| Binary | 1001100 | 1101011 | 10110 | 11101 | 0 | 1001111 | 111010 | 1010010 | 1000010 | 11001 |
Color Harmonies of #4C6B16
Complementary color
Monochromatic Colors of #4C6B16
Black with #4C6B16
Text Example
Text Example
White with #4C6B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6B16; }
p { color: rgb(76,107,22); }
H1.HeaderClassName
{
color: #4C6B16;
}
.AnyTagClassName
{
color: #4C6B16;
}
</style>
background-color css
<style>
a { background-color: #4C6B16; }
a { background-color: rgb(76,107,22); }
div.DivClassName
{
background-color: #4C6B16;
}
.BgClassName
{
background-color: #4C6B16;
}
</style>
border-color css
<style>
span { border-color: #4C6B16; }
span { border-color: rgb(76,107,22); }
td.TdClassName
{
border-color: #4C6B16;
}
.TagClassName
{
border-color: #4C6B16;
}
</style>