Shades of Green Leaf #4C7628
Tints of Green Leaf #4C7628
RGB
CMYK
RGB Variations
Color information
#4C7628 (or 0x4C7628) is known color: Green Leaf. HEX triplet: 4C, 76 and 28. RGB value is (76,118,40). Sum of RGB (Red+Green+Blue) = 76+118+40=234 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.48% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #4C7628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7628 is #B389D7. Grayscale: #606060. Windows color (decimal): -11766232 or 2651724. OLE color: 2651724.
HSL color Cylindrical-coordinate representation of color #4C7628: hue angle of 92.31º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C7628 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 118 | 40 | - |
| CMYK | 0.36 | 0 | 0.66 | 0.54 |
| HSL | 92.31º | 0.49% | 0.31% | - |
| HSV(B) | 92.31º | 0.66% | 0.46% | - |
| XYZ | 9.84 | 14.65 | 4.32 | - |
| YUV | 96.55 | 96.09 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 118 | 40 | 0.36 | 0 | 0.66 | 0.54 | 92.31 | 0.49 | 0.31 |
| Hex | 4C | 76 | 28 | 24 | 0 | 42 | 36 | 5C | 31 | 1F |
| Octal | 114 | 166 | 50 | 44 | 0 | 102 | 66 | 134 | 61 | 37 |
| Binary | 1001100 | 1110110 | 101000 | 100100 | 0 | 1000010 | 110110 | 1011100 | 110001 | 11111 |
Color Harmonies of #4C7628
Complementary color
Monochromatic Colors of #4C7628
Black with #4C7628
Text Example
Text Example
White with #4C7628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7628; }
p { color: rgb(76,118,40); }
H1.HeaderClassName
{
color: #4C7628;
}
.AnyTagClassName
{
color: #4C7628;
}
</style>
background-color css
<style>
a { background-color: #4C7628; }
a { background-color: rgb(76,118,40); }
div.DivClassName
{
background-color: #4C7628;
}
.BgClassName
{
background-color: #4C7628;
}
</style>
border-color css
<style>
span { border-color: #4C7628; }
span { border-color: rgb(76,118,40); }
td.TdClassName
{
border-color: #4C7628;
}
.TagClassName
{
border-color: #4C7628;
}
</style>