Shades of Green Leaf #4C7D04
Tints of Green Leaf #4C7D04
RGB
CMYK
RGB Variations
Color information
#4C7D04 (or 0x4C7D04) is known color: Green Leaf. HEX triplet: 4C, 7D and 04. RGB value is (76,125,4). Sum of RGB (Red+Green+Blue) = 76+125+4=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 125 (49.22% from 255 or 60.98% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 125 - color contains mainly: green. Hex color #4C7D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7D04 is #B382FB. Grayscale: #606060. Windows color (decimal): -11764476 or 294220. OLE color: 294220.
HSL color Cylindrical-coordinate representation of color #4C7D04: hue angle of 84.3º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C7D04 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 125 | 4 | - |
| CMYK | 0.39 | 0 | 0.97 | 0.51 |
| HSL | 84.3º | 0.94% | 0.25% | - |
| HSV(B) | 84.3º | 0.97% | 0.49% | - |
| XYZ | 10.34 | 16.21 | 2.7 | - |
| YUV | 96.56 | 75.77 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 125 | 4 | 0.39 | 0 | 0.97 | 0.51 | 84.3 | 0.94 | 0.25 |
| Hex | 4C | 7D | 4 | 27 | 0 | 61 | 33 | 54 | 5E | 19 |
| Octal | 114 | 175 | 4 | 47 | 0 | 141 | 63 | 124 | 136 | 31 |
| Binary | 1001100 | 1111101 | 100 | 100111 | 0 | 1100001 | 110011 | 1010100 | 1011110 | 11001 |
Color Harmonies of #4C7D04
Complementary color
Monochromatic Colors of #4C7D04
Black with #4C7D04
Text Example
Text Example
White with #4C7D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7D04; }
p { color: rgb(76,125,4); }
H1.HeaderClassName
{
color: #4C7D04;
}
.AnyTagClassName
{
color: #4C7D04;
}
</style>
background-color css
<style>
a { background-color: #4C7D04; }
a { background-color: rgb(76,125,4); }
div.DivClassName
{
background-color: #4C7D04;
}
.BgClassName
{
background-color: #4C7D04;
}
</style>
border-color css
<style>
span { border-color: #4C7D04; }
span { border-color: rgb(76,125,4); }
td.TdClassName
{
border-color: #4C7D04;
}
.TagClassName
{
border-color: #4C7D04;
}
</style>