Shades of Green Leaf #4F740D
Tints of Green Leaf #4F740D
RGB
CMYK
RGB Variations
Color information
#4F740D (or 0x4F740D) is known color: Green Leaf. HEX triplet: 4F, 74 and 0D. RGB value is (79,116,13). Sum of RGB (Red+Green+Blue) = 79+116+13=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 116 (45.70% from 255 or 55.77% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 116 - color contains mainly: green. Hex color #4F740D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F740D is #B08BF2. Grayscale: #5D5D5D. Windows color (decimal): -11570163 or 881743. OLE color: 881743.
HSL color Cylindrical-coordinate representation of color #4F740D: hue angle of 81.55º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F740D is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 116 | 13 | - |
| CMYK | 0.32 | 0 | 0.89 | 0.55 |
| HSL | 81.55º | 0.8% | 0.25% | - |
| HSV(B) | 81.55º | 0.89% | 0.45% | - |
| XYZ | 9.54 | 14.18 | 2.62 | - |
| YUV | 93.2 | 82.74 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 116 | 13 | 0.32 | 0 | 0.89 | 0.55 | 81.55 | 0.8 | 0.25 |
| Hex | 4F | 74 | D | 20 | 0 | 59 | 37 | 52 | 50 | 19 |
| Octal | 117 | 164 | 15 | 40 | 0 | 131 | 67 | 122 | 120 | 31 |
| Binary | 1001111 | 1110100 | 1101 | 100000 | 0 | 1011001 | 110111 | 1010010 | 1010000 | 11001 |
Color Harmonies of #4F740D
Complementary color
Monochromatic Colors of #4F740D
Black with #4F740D
Text Example
Text Example
White with #4F740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F740D; }
p { color: rgb(79,116,13); }
H1.HeaderClassName
{
color: #4F740D;
}
.AnyTagClassName
{
color: #4F740D;
}
</style>
background-color css
<style>
a { background-color: #4F740D; }
a { background-color: rgb(79,116,13); }
div.DivClassName
{
background-color: #4F740D;
}
.BgClassName
{
background-color: #4F740D;
}
</style>
border-color css
<style>
span { border-color: #4F740D; }
span { border-color: rgb(79,116,13); }
td.TdClassName
{
border-color: #4F740D;
}
.TagClassName
{
border-color: #4F740D;
}
</style>