Shades of Green Leaf #4C6A2A
Tints of Green Leaf #4C6A2A
RGB
CMYK
RGB Variations
Color information
#4C6A2A (or 0x4C6A2A) is known color: Green Leaf. HEX triplet: 4C, 6A and 2A. RGB value is (76,106,42). Sum of RGB (Red+Green+Blue) = 76+106+42=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 106 (41.80% from 255 or 47.32% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 106 - color contains mainly: green. Hex color #4C6A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6A2A is #B395D5. Grayscale: #595959. Windows color (decimal): -11769302 or 2779724. OLE color: 2779724.
HSL color Cylindrical-coordinate representation of color #4C6A2A: hue angle of 88.12º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C6A2A is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 106 | 42 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.58 |
| HSL | 88.13º | 0.43% | 0.29% | - |
| HSV(B) | 88.13º | 0.6% | 0.42% | - |
| XYZ | 8.55 | 12.01 | 4.06 | - |
| YUV | 89.73 | 101.06 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 106 | 42 | 0.28 | 0 | 0.60 | 0.58 | 88.13 | 0.43 | 0.29 |
| Hex | 4C | 6A | 2A | 1C | 0 | 3C | 3A | 58 | 2B | 1D |
| Octal | 114 | 152 | 52 | 34 | 0 | 74 | 72 | 130 | 53 | 35 |
| Binary | 1001100 | 1101010 | 101010 | 11100 | 0 | 111100 | 111010 | 1011000 | 101011 | 11101 |
Color Harmonies of #4C6A2A
Complementary color
Monochromatic Colors of #4C6A2A
Black with #4C6A2A
Text Example
Text Example
White with #4C6A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6A2A; }
p { color: rgb(76,106,42); }
H1.HeaderClassName
{
color: #4C6A2A;
}
.AnyTagClassName
{
color: #4C6A2A;
}
</style>
background-color css
<style>
a { background-color: #4C6A2A; }
a { background-color: rgb(76,106,42); }
div.DivClassName
{
background-color: #4C6A2A;
}
.BgClassName
{
background-color: #4C6A2A;
}
</style>
border-color css
<style>
span { border-color: #4C6A2A; }
span { border-color: rgb(76,106,42); }
td.TdClassName
{
border-color: #4C6A2A;
}
.TagClassName
{
border-color: #4C6A2A;
}
</style>