Shades of Green Leaf #4C731C
Tints of Green Leaf #4C731C
RGB
CMYK
RGB Variations
Color information
#4C731C (or 0x4C731C) is known color: Green Leaf. HEX triplet: 4C, 73 and 1C. RGB value is (76,115,28). Sum of RGB (Red+Green+Blue) = 76+115+28=219 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.70% from 219); Green value is 115 (45.31% from 255 or 52.51% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 115 - color contains mainly: green. Hex color #4C731C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C731C is #B38CE3. Grayscale: #5D5D5D. Windows color (decimal): -11767012 or 1864524. OLE color: 1864524.
HSL color Cylindrical-coordinate representation of color #4C731C: hue angle of 86.9º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C731C is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 115 | 28 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.55 |
| HSL | 86.9º | 0.61% | 0.28% | - |
| HSV(B) | 86.9º | 0.76% | 0.45% | - |
| XYZ | 9.32 | 13.88 | 3.29 | - |
| YUV | 93.42 | 91.08 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 115 | 28 | 0.34 | 0 | 0.76 | 0.55 | 86.9 | 0.61 | 0.28 |
| Hex | 4C | 73 | 1C | 22 | 0 | 4C | 37 | 57 | 3D | 1C |
| Octal | 114 | 163 | 34 | 42 | 0 | 114 | 67 | 127 | 75 | 34 |
| Binary | 1001100 | 1110011 | 11100 | 100010 | 0 | 1001100 | 110111 | 1010111 | 111101 | 11100 |
Color Harmonies of #4C731C
Complementary color
Monochromatic Colors of #4C731C
Black with #4C731C
Text Example
Text Example
White with #4C731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C731C; }
p { color: rgb(76,115,28); }
H1.HeaderClassName
{
color: #4C731C;
}
.AnyTagClassName
{
color: #4C731C;
}
</style>
background-color css
<style>
a { background-color: #4C731C; }
a { background-color: rgb(76,115,28); }
div.DivClassName
{
background-color: #4C731C;
}
.BgClassName
{
background-color: #4C731C;
}
</style>
border-color css
<style>
span { border-color: #4C731C; }
span { border-color: rgb(76,115,28); }
td.TdClassName
{
border-color: #4C731C;
}
.TagClassName
{
border-color: #4C731C;
}
</style>