Shades of Green Leaf #4F6036
Tints of Green Leaf #4F6036
RGB
CMYK
RGB Variations
Color information
#4F6036 (or 0x4F6036) is known color: Green Leaf. HEX triplet: 4F, 60 and 36. RGB value is (79,96,54). Sum of RGB (Red+Green+Blue) = 79+96+54=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 96 - color contains mainly: green. Hex color #4F6036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6036 is #B09FC9. Grayscale: #565656. Windows color (decimal): -11575242 or 3563599. OLE color: 3563599.
HSL color Cylindrical-coordinate representation of color #4F6036: hue angle of 84.29º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F6036 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 96 | 54 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.62 |
| HSL | 84.29º | 0.28% | 0.29% | - |
| HSV(B) | 84.29º | 0.44% | 0.38% | - |
| XYZ | 8.07 | 10.29 | 5.05 | - |
| YUV | 86.13 | 109.87 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 96 | 54 | 0.18 | 0 | 0.44 | 0.62 | 84.29 | 0.28 | 0.29 |
| Hex | 4F | 60 | 36 | 12 | 0 | 2C | 3E | 54 | 1C | 1D |
| Octal | 117 | 140 | 66 | 22 | 0 | 54 | 76 | 124 | 34 | 35 |
| Binary | 1001111 | 1100000 | 110110 | 10010 | 0 | 101100 | 111110 | 1010100 | 11100 | 11101 |
Color Harmonies of #4F6036
Complementary color
Monochromatic Colors of #4F6036
Black with #4F6036
Text Example
Text Example
White with #4F6036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6036; }
p { color: rgb(79,96,54); }
H1.HeaderClassName
{
color: #4F6036;
}
.AnyTagClassName
{
color: #4F6036;
}
</style>
background-color css
<style>
a { background-color: #4F6036; }
a { background-color: rgb(79,96,54); }
div.DivClassName
{
background-color: #4F6036;
}
.BgClassName
{
background-color: #4F6036;
}
</style>
border-color css
<style>
span { border-color: #4F6036; }
span { border-color: rgb(79,96,54); }
td.TdClassName
{
border-color: #4F6036;
}
.TagClassName
{
border-color: #4F6036;
}
</style>