Shades of Green Leaf #4C7427
Tints of Green Leaf #4C7427
RGB
CMYK
RGB Variations
Color information
#4C7427 (or 0x4C7427) is known color: Green Leaf. HEX triplet: 4C, 74 and 27. RGB value is (76,116,39). Sum of RGB (Red+Green+Blue) = 76+116+39=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #4C7427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7427 is #B38BD8. Grayscale: #5F5F5F. Windows color (decimal): -11766745 or 2585676. OLE color: 2585676.
HSL color Cylindrical-coordinate representation of color #4C7427: hue angle of 91.17º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C7427 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 116 | 39 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.55 |
| HSL | 91.17º | 0.5% | 0.3% | - |
| HSV(B) | 91.17º | 0.66% | 0.45% | - |
| XYZ | 9.59 | 14.17 | 4.15 | - |
| YUV | 95.26 | 96.25 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 116 | 39 | 0.34 | 0 | 0.66 | 0.55 | 91.17 | 0.5 | 0.3 |
| Hex | 4C | 74 | 27 | 22 | 0 | 42 | 37 | 5B | 32 | 1E |
| Octal | 114 | 164 | 47 | 42 | 0 | 102 | 67 | 133 | 62 | 36 |
| Binary | 1001100 | 1110100 | 100111 | 100010 | 0 | 1000010 | 110111 | 1011011 | 110010 | 11110 |
Color Harmonies of #4C7427
Complementary color
Monochromatic Colors of #4C7427
Black with #4C7427
Text Example
Text Example
White with #4C7427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7427; }
p { color: rgb(76,116,39); }
H1.HeaderClassName
{
color: #4C7427;
}
.AnyTagClassName
{
color: #4C7427;
}
</style>
background-color css
<style>
a { background-color: #4C7427; }
a { background-color: rgb(76,116,39); }
div.DivClassName
{
background-color: #4C7427;
}
.BgClassName
{
background-color: #4C7427;
}
</style>
border-color css
<style>
span { border-color: #4C7427; }
span { border-color: rgb(76,116,39); }
td.TdClassName
{
border-color: #4C7427;
}
.TagClassName
{
border-color: #4C7427;
}
</style>