Shades of Green Leaf #4C6A24
Tints of Green Leaf #4C6A24
RGB
CMYK
RGB Variations
Color information
#4C6A24 (or 0x4C6A24) is known color: Green Leaf. HEX triplet: 4C, 6A and 24. RGB value is (76,106,36). Sum of RGB (Red+Green+Blue) = 76+106+36=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 106 (41.80% from 255 or 48.62% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 106 - color contains mainly: green. Hex color #4C6A24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6A24 is #B395DB. Grayscale: #595959. Windows color (decimal): -11769308 or 2386508. OLE color: 2386508.
HSL color Cylindrical-coordinate representation of color #4C6A24: hue angle of 85.71º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C6A24 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 106 | 36 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.58 |
| HSL | 85.71º | 0.49% | 0.28% | - |
| HSV(B) | 85.71º | 0.66% | 0.42% | - |
| XYZ | 8.45 | 11.97 | 3.53 | - |
| YUV | 89.05 | 98.06 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 106 | 36 | 0.28 | 0 | 0.66 | 0.58 | 85.71 | 0.49 | 0.28 |
| Hex | 4C | 6A | 24 | 1C | 0 | 42 | 3A | 56 | 31 | 1C |
| Octal | 114 | 152 | 44 | 34 | 0 | 102 | 72 | 126 | 61 | 34 |
| Binary | 1001100 | 1101010 | 100100 | 11100 | 0 | 1000010 | 111010 | 1010110 | 110001 | 11100 |
Color Harmonies of #4C6A24
Complementary color
Monochromatic Colors of #4C6A24
Black with #4C6A24
Text Example
Text Example
White with #4C6A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6A24; }
p { color: rgb(76,106,36); }
H1.HeaderClassName
{
color: #4C6A24;
}
.AnyTagClassName
{
color: #4C6A24;
}
</style>
background-color css
<style>
a { background-color: #4C6A24; }
a { background-color: rgb(76,106,36); }
div.DivClassName
{
background-color: #4C6A24;
}
.BgClassName
{
background-color: #4C6A24;
}
</style>
border-color css
<style>
span { border-color: #4C6A24; }
span { border-color: rgb(76,106,36); }
td.TdClassName
{
border-color: #4C6A24;
}
.TagClassName
{
border-color: #4C6A24;
}
</style>