Shades of Green Leaf #4F7915
Tints of Green Leaf #4F7915
RGB
CMYK
RGB Variations
Color information
#4F7915 (or 0x4F7915) is known color: Green Leaf. HEX triplet: 4F, 79 and 15. RGB value is (79,121,21). Sum of RGB (Red+Green+Blue) = 79+121+21=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 121 (47.66% from 255 or 54.75% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 121 - color contains mainly: green. Hex color #4F7915 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7915 is #B086EA. Grayscale: #616161. Windows color (decimal): -11568875 or 1407311. OLE color: 1407311.
HSL color Cylindrical-coordinate representation of color #4F7915: hue angle of 85.2º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4F7915 is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 121 | 21 | - |
| CMYK | 0.35 | 0 | 0.83 | 0.53 |
| HSL | 85.2º | 0.7% | 0.28% | - |
| HSV(B) | 85.2º | 0.83% | 0.47% | - |
| XYZ | 10.2 | 15.39 | 3.14 | - |
| YUV | 97.04 | 85.09 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 121 | 21 | 0.35 | 0 | 0.83 | 0.53 | 85.2 | 0.7 | 0.28 |
| Hex | 4F | 79 | 15 | 23 | 0 | 53 | 35 | 55 | 46 | 1C |
| Octal | 117 | 171 | 25 | 43 | 0 | 123 | 65 | 125 | 106 | 34 |
| Binary | 1001111 | 1111001 | 10101 | 100011 | 0 | 1010011 | 110101 | 1010101 | 1000110 | 11100 |
Color Harmonies of #4F7915
Complementary color
Monochromatic Colors of #4F7915
Black with #4F7915
Text Example
Text Example
White with #4F7915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7915; }
p { color: rgb(79,121,21); }
H1.HeaderClassName
{
color: #4F7915;
}
.AnyTagClassName
{
color: #4F7915;
}
</style>
background-color css
<style>
a { background-color: #4F7915; }
a { background-color: rgb(79,121,21); }
div.DivClassName
{
background-color: #4F7915;
}
.BgClassName
{
background-color: #4F7915;
}
</style>
border-color css
<style>
span { border-color: #4F7915; }
span { border-color: rgb(79,121,21); }
td.TdClassName
{
border-color: #4F7915;
}
.TagClassName
{
border-color: #4F7915;
}
</style>