Shades of Green Leaf #4F7619
Tints of Green Leaf #4F7619
RGB
CMYK
RGB Variations
Color information
#4F7619 (or 0x4F7619) is known color: Green Leaf. HEX triplet: 4F, 76 and 19. RGB value is (79,118,25). Sum of RGB (Red+Green+Blue) = 79+118+25=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 118 (46.48% from 255 or 53.15% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 118 - color contains mainly: green. Hex color #4F7619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7619 is #B089E6. Grayscale: #606060. Windows color (decimal): -11569639 or 1668687. OLE color: 1668687.
HSL color Cylindrical-coordinate representation of color #4F7619: hue angle of 85.16º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4F7619 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 118 | 25 | - |
| CMYK | 0.33 | 0 | 0.79 | 0.54 |
| HSL | 85.16º | 0.65% | 0.28% | - |
| HSV(B) | 85.16º | 0.79% | 0.46% | - |
| XYZ | 9.88 | 14.69 | 3.23 | - |
| YUV | 95.74 | 88.08 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 118 | 25 | 0.33 | 0 | 0.79 | 0.54 | 85.16 | 0.65 | 0.28 |
| Hex | 4F | 76 | 19 | 21 | 0 | 4F | 36 | 55 | 41 | 1C |
| Octal | 117 | 166 | 31 | 41 | 0 | 117 | 66 | 125 | 101 | 34 |
| Binary | 1001111 | 1110110 | 11001 | 100001 | 0 | 1001111 | 110110 | 1010101 | 1000001 | 11100 |
Color Harmonies of #4F7619
Complementary color
Monochromatic Colors of #4F7619
Black with #4F7619
Text Example
Text Example
White with #4F7619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7619; }
p { color: rgb(79,118,25); }
H1.HeaderClassName
{
color: #4F7619;
}
.AnyTagClassName
{
color: #4F7619;
}
</style>
background-color css
<style>
a { background-color: #4F7619; }
a { background-color: rgb(79,118,25); }
div.DivClassName
{
background-color: #4F7619;
}
.BgClassName
{
background-color: #4F7619;
}
</style>
border-color css
<style>
span { border-color: #4F7619; }
span { border-color: rgb(79,118,25); }
td.TdClassName
{
border-color: #4F7619;
}
.TagClassName
{
border-color: #4F7619;
}
</style>