Shades of Green Leaf #4C6B1B
Tints of Green Leaf #4C6B1B
RGB
CMYK
RGB Variations
Color information
#4C6B1B (or 0x4C6B1B) is known color: Green Leaf. HEX triplet: 4C, 6B and 1B. RGB value is (76,107,27). Sum of RGB (Red+Green+Blue) = 76+107+27=210 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.19% from 210); Green value is 107 (42.19% from 255 or 50.95% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 107 - color contains mainly: green. Hex color #4C6B1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6B1B is #B394E4. Grayscale: #585858. Windows color (decimal): -11769061 or 1796940. OLE color: 1796940.
HSL color Cylindrical-coordinate representation of color #4C6B1B: hue angle of 83.25º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C6B1B is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 107 | 27 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.58 |
| HSL | 83.25º | 0.6% | 0.26% | - |
| HSV(B) | 83.25º | 0.75% | 0.42% | - |
| XYZ | 8.44 | 12.13 | 2.93 | - |
| YUV | 88.61 | 93.23 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 107 | 27 | 0.29 | 0 | 0.75 | 0.58 | 83.25 | 0.6 | 0.26 |
| Hex | 4C | 6B | 1B | 1D | 0 | 4B | 3A | 53 | 3C | 1A |
| Octal | 114 | 153 | 33 | 35 | 0 | 113 | 72 | 123 | 74 | 32 |
| Binary | 1001100 | 1101011 | 11011 | 11101 | 0 | 1001011 | 111010 | 1010011 | 111100 | 11010 |
Color Harmonies of #4C6B1B
Complementary color
Monochromatic Colors of #4C6B1B
Black with #4C6B1B
Text Example
Text Example
White with #4C6B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6B1B; }
p { color: rgb(76,107,27); }
H1.HeaderClassName
{
color: #4C6B1B;
}
.AnyTagClassName
{
color: #4C6B1B;
}
</style>
background-color css
<style>
a { background-color: #4C6B1B; }
a { background-color: rgb(76,107,27); }
div.DivClassName
{
background-color: #4C6B1B;
}
.BgClassName
{
background-color: #4C6B1B;
}
</style>
border-color css
<style>
span { border-color: #4C6B1B; }
span { border-color: rgb(76,107,27); }
td.TdClassName
{
border-color: #4C6B1B;
}
.TagClassName
{
border-color: #4C6B1B;
}
</style>