Shades of Green Leaf #4F7215
Tints of Green Leaf #4F7215
RGB
CMYK
RGB Variations
Color information
#4F7215 (or 0x4F7215) is known color: Green Leaf. HEX triplet: 4F, 72 and 15. RGB value is (79,114,21). Sum of RGB (Red+Green+Blue) = 79+114+21=214 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.92% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #4F7215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7215 is #B08DEA. Grayscale: #5D5D5D. Windows color (decimal): -11570667 or 1405519. OLE color: 1405519.
HSL color Cylindrical-coordinate representation of color #4F7215: hue angle of 82.58º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F7215 is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 114 | 21 | - |
| CMYK | 0.31 | 0 | 0.82 | 0.55 |
| HSL | 82.58º | 0.69% | 0.26% | - |
| HSV(B) | 82.58º | 0.82% | 0.45% | - |
| XYZ | 9.38 | 13.75 | 2.87 | - |
| YUV | 92.93 | 87.4 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 114 | 21 | 0.31 | 0 | 0.82 | 0.55 | 82.58 | 0.69 | 0.26 |
| Hex | 4F | 72 | 15 | 1F | 0 | 52 | 37 | 53 | 45 | 1A |
| Octal | 117 | 162 | 25 | 37 | 0 | 122 | 67 | 123 | 105 | 32 |
| Binary | 1001111 | 1110010 | 10101 | 11111 | 0 | 1010010 | 110111 | 1010011 | 1000101 | 11010 |
Color Harmonies of #4F7215
Complementary color
Monochromatic Colors of #4F7215
Black with #4F7215
Text Example
Text Example
White with #4F7215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7215; }
p { color: rgb(79,114,21); }
H1.HeaderClassName
{
color: #4F7215;
}
.AnyTagClassName
{
color: #4F7215;
}
</style>
background-color css
<style>
a { background-color: #4F7215; }
a { background-color: rgb(79,114,21); }
div.DivClassName
{
background-color: #4F7215;
}
.BgClassName
{
background-color: #4F7215;
}
</style>
border-color css
<style>
span { border-color: #4F7215; }
span { border-color: rgb(79,114,21); }
td.TdClassName
{
border-color: #4F7215;
}
.TagClassName
{
border-color: #4F7215;
}
</style>