Shades of Green Leaf #4F7311
Tints of Green Leaf #4F7311
RGB
CMYK
RGB Variations
Color information
#4F7311 (or 0x4F7311) is known color: Green Leaf. HEX triplet: 4F, 73 and 11. RGB value is (79,115,17). Sum of RGB (Red+Green+Blue) = 79+115+17=211 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.44% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #4F7311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7311 is #B08CEE. Grayscale: #5D5D5D. Windows color (decimal): -11570415 or 1143631. OLE color: 1143631.
HSL color Cylindrical-coordinate representation of color #4F7311: hue angle of 82.04º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F7311 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 115 | 17 | - |
| CMYK | 0.31 | 0 | 0.85 | 0.55 |
| HSL | 82.04º | 0.74% | 0.26% | - |
| HSV(B) | 82.04º | 0.85% | 0.45% | - |
| XYZ | 9.46 | 13.96 | 2.73 | - |
| YUV | 93.06 | 85.07 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 115 | 17 | 0.31 | 0 | 0.85 | 0.55 | 82.04 | 0.74 | 0.26 |
| Hex | 4F | 73 | 11 | 1F | 0 | 55 | 37 | 52 | 4A | 1A |
| Octal | 117 | 163 | 21 | 37 | 0 | 125 | 67 | 122 | 112 | 32 |
| Binary | 1001111 | 1110011 | 10001 | 11111 | 0 | 1010101 | 110111 | 1010010 | 1001010 | 11010 |
Color Harmonies of #4F7311
Complementary color
Monochromatic Colors of #4F7311
Black with #4F7311
Text Example
Text Example
White with #4F7311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7311; }
p { color: rgb(79,115,17); }
H1.HeaderClassName
{
color: #4F7311;
}
.AnyTagClassName
{
color: #4F7311;
}
</style>
background-color css
<style>
a { background-color: #4F7311; }
a { background-color: rgb(79,115,17); }
div.DivClassName
{
background-color: #4F7311;
}
.BgClassName
{
background-color: #4F7311;
}
</style>
border-color css
<style>
span { border-color: #4F7311; }
span { border-color: rgb(79,115,17); }
td.TdClassName
{
border-color: #4F7311;
}
.TagClassName
{
border-color: #4F7311;
}
</style>