Shades of Green Leaf #4C730A
Tints of Green Leaf #4C730A
RGB
CMYK
RGB Variations
Color information
#4C730A (or 0x4C730A) is known color: Green Leaf. HEX triplet: 4C, 73 and 0A. RGB value is (76,115,10). Sum of RGB (Red+Green+Blue) = 76+115+10=201 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.81% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #4C730A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C730A is #B38CF5. Grayscale: #5B5B5B. Windows color (decimal): -11767030 or 684876. OLE color: 684876.
HSL color Cylindrical-coordinate representation of color #4C730A: hue angle of 82.29º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C730A is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 115 | 10 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.55 |
| HSL | 82.29º | 0.84% | 0.25% | - |
| HSV(B) | 82.29º | 0.91% | 0.45% | - |
| XYZ | 9.17 | 13.82 | 2.47 | - |
| YUV | 91.37 | 82.08 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 115 | 10 | 0.34 | 0 | 0.91 | 0.55 | 82.29 | 0.84 | 0.25 |
| Hex | 4C | 73 | A | 22 | 0 | 5B | 37 | 52 | 54 | 19 |
| Octal | 114 | 163 | 12 | 42 | 0 | 133 | 67 | 122 | 124 | 31 |
| Binary | 1001100 | 1110011 | 1010 | 100010 | 0 | 1011011 | 110111 | 1010010 | 1010100 | 11001 |
Color Harmonies of #4C730A
Complementary color
Monochromatic Colors of #4C730A
Black with #4C730A
Text Example
Text Example
White with #4C730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C730A; }
p { color: rgb(76,115,10); }
H1.HeaderClassName
{
color: #4C730A;
}
.AnyTagClassName
{
color: #4C730A;
}
</style>
background-color css
<style>
a { background-color: #4C730A; }
a { background-color: rgb(76,115,10); }
div.DivClassName
{
background-color: #4C730A;
}
.BgClassName
{
background-color: #4C730A;
}
</style>
border-color css
<style>
span { border-color: #4C730A; }
span { border-color: rgb(76,115,10); }
td.TdClassName
{
border-color: #4C730A;
}
.TagClassName
{
border-color: #4C730A;
}
</style>