Shades of Green Leaf #4F7515
Tints of Green Leaf #4F7515
RGB
CMYK
RGB Variations
Color information
#4F7515 (or 0x4F7515) is known color: Green Leaf. HEX triplet: 4F, 75 and 15. RGB value is (79,117,21). Sum of RGB (Red+Green+Blue) = 79+117+21=217 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.41% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #4F7515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7515 is #B08AEA. Grayscale: #5F5F5F. Windows color (decimal): -11569899 or 1406287. OLE color: 1406287.
HSL color Cylindrical-coordinate representation of color #4F7515: hue angle of 83.75º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F7515 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 117 | 21 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.54 |
| HSL | 83.75º | 0.7% | 0.27% | - |
| HSV(B) | 83.75º | 0.82% | 0.46% | - |
| XYZ | 9.72 | 14.44 | 2.98 | - |
| YUV | 94.69 | 86.41 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 117 | 21 | 0.32 | 0 | 0.82 | 0.54 | 83.75 | 0.7 | 0.27 |
| Hex | 4F | 75 | 15 | 20 | 0 | 52 | 36 | 54 | 46 | 1B |
| Octal | 117 | 165 | 25 | 40 | 0 | 122 | 66 | 124 | 106 | 33 |
| Binary | 1001111 | 1110101 | 10101 | 100000 | 0 | 1010010 | 110110 | 1010100 | 1000110 | 11011 |
Color Harmonies of #4F7515
Complementary color
Monochromatic Colors of #4F7515
Black with #4F7515
Text Example
Text Example
White with #4F7515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7515; }
p { color: rgb(79,117,21); }
H1.HeaderClassName
{
color: #4F7515;
}
.AnyTagClassName
{
color: #4F7515;
}
</style>
background-color css
<style>
a { background-color: #4F7515; }
a { background-color: rgb(79,117,21); }
div.DivClassName
{
background-color: #4F7515;
}
.BgClassName
{
background-color: #4F7515;
}
</style>
border-color css
<style>
span { border-color: #4F7515; }
span { border-color: rgb(79,117,21); }
td.TdClassName
{
border-color: #4F7515;
}
.TagClassName
{
border-color: #4F7515;
}
</style>