Shades of Green Leaf #4F7512
Tints of Green Leaf #4F7512
RGB
CMYK
RGB Variations
Color information
#4F7512 (or 0x4F7512) is known color: Green Leaf. HEX triplet: 4F, 75 and 12. RGB value is (79,117,18). Sum of RGB (Red+Green+Blue) = 79+117+18=214 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.92% from 214); Green value is 117 (46.09% from 255 or 54.67% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 117 - color contains mainly: green. Hex color #4F7512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7512 is #B08AED. Grayscale: #5E5E5E. Windows color (decimal): -11569902 or 1209679. OLE color: 1209679.
HSL color Cylindrical-coordinate representation of color #4F7512: hue angle of 83.03º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F7512 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 117 | 18 | - |
| CMYK | 0.32 | 0 | 0.85 | 0.54 |
| HSL | 83.03º | 0.73% | 0.26% | - |
| HSV(B) | 83.03º | 0.85% | 0.46% | - |
| XYZ | 9.69 | 14.43 | 2.85 | - |
| YUV | 94.35 | 84.91 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 117 | 18 | 0.32 | 0 | 0.85 | 0.54 | 83.03 | 0.73 | 0.26 |
| Hex | 4F | 75 | 12 | 20 | 0 | 55 | 36 | 53 | 49 | 1A |
| Octal | 117 | 165 | 22 | 40 | 0 | 125 | 66 | 123 | 111 | 32 |
| Binary | 1001111 | 1110101 | 10010 | 100000 | 0 | 1010101 | 110110 | 1010011 | 1001001 | 11010 |
Color Harmonies of #4F7512
Complementary color
Monochromatic Colors of #4F7512
Black with #4F7512
Text Example
Text Example
White with #4F7512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7512; }
p { color: rgb(79,117,18); }
H1.HeaderClassName
{
color: #4F7512;
}
.AnyTagClassName
{
color: #4F7512;
}
</style>
background-color css
<style>
a { background-color: #4F7512; }
a { background-color: rgb(79,117,18); }
div.DivClassName
{
background-color: #4F7512;
}
.BgClassName
{
background-color: #4F7512;
}
</style>
border-color css
<style>
span { border-color: #4F7512; }
span { border-color: rgb(79,117,18); }
td.TdClassName
{
border-color: #4F7512;
}
.TagClassName
{
border-color: #4F7512;
}
</style>