Shades of Green Leaf #4C7908
Tints of Green Leaf #4C7908
RGB
CMYK
RGB Variations
Color information
#4C7908 (or 0x4C7908) is known color: Green Leaf. HEX triplet: 4C, 79 and 08. RGB value is (76,121,8). Sum of RGB (Red+Green+Blue) = 76+121+8=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 121 (47.66% from 255 or 59.02% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 121 - color contains mainly: green. Hex color #4C7908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7908 is #B386F7. Grayscale: #5F5F5F. Windows color (decimal): -11765496 or 555340. OLE color: 555340.
HSL color Cylindrical-coordinate representation of color #4C7908: hue angle of 83.89º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C7908 is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 121 | 8 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.53 |
| HSL | 83.89º | 0.88% | 0.25% | - |
| HSV(B) | 83.89º | 0.93% | 0.47% | - |
| XYZ | 9.86 | 15.23 | 2.65 | - |
| YUV | 94.66 | 79.09 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 121 | 8 | 0.37 | 0 | 0.93 | 0.53 | 83.89 | 0.88 | 0.25 |
| Hex | 4C | 79 | 8 | 25 | 0 | 5D | 35 | 54 | 58 | 19 |
| Octal | 114 | 171 | 10 | 45 | 0 | 135 | 65 | 124 | 130 | 31 |
| Binary | 1001100 | 1111001 | 1000 | 100101 | 0 | 1011101 | 110101 | 1010100 | 1011000 | 11001 |
Color Harmonies of #4C7908
Complementary color
Monochromatic Colors of #4C7908
Black with #4C7908
Text Example
Text Example
White with #4C7908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7908; }
p { color: rgb(76,121,8); }
H1.HeaderClassName
{
color: #4C7908;
}
.AnyTagClassName
{
color: #4C7908;
}
</style>
background-color css
<style>
a { background-color: #4C7908; }
a { background-color: rgb(76,121,8); }
div.DivClassName
{
background-color: #4C7908;
}
.BgClassName
{
background-color: #4C7908;
}
</style>
border-color css
<style>
span { border-color: #4C7908; }
span { border-color: rgb(76,121,8); }
td.TdClassName
{
border-color: #4C7908;
}
.TagClassName
{
border-color: #4C7908;
}
</style>