Shades of Green Leaf #4F6526
Tints of Green Leaf #4F6526
RGB
CMYK
RGB Variations
Color information
#4F6526 (or 0x4F6526) is known color: Green Leaf. HEX triplet: 4F, 65 and 26. RGB value is (79,101,38). Sum of RGB (Red+Green+Blue) = 79+101+38=218 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.24% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 101 - color contains mainly: green. Hex color #4F6526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6526 is #B09AD9. Grayscale: #575757. Windows color (decimal): -11573978 or 2516303. OLE color: 2516303.
HSL color Cylindrical-coordinate representation of color #4F6526: hue angle of 80.95º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F6526 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 101 | 38 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.60 |
| HSL | 80.95º | 0.45% | 0.27% | - |
| HSV(B) | 80.95º | 0.62% | 0.4% | - |
| XYZ | 8.23 | 11.11 | 3.54 | - |
| YUV | 87.24 | 100.21 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 101 | 38 | 0.22 | 0 | 0.62 | 0.60 | 80.95 | 0.45 | 0.27 |
| Hex | 4F | 65 | 26 | 16 | 0 | 3E | 3C | 51 | 2D | 1B |
| Octal | 117 | 145 | 46 | 26 | 0 | 76 | 74 | 121 | 55 | 33 |
| Binary | 1001111 | 1100101 | 100110 | 10110 | 0 | 111110 | 111100 | 1010001 | 101101 | 11011 |
Color Harmonies of #4F6526
Complementary color
Monochromatic Colors of #4F6526
Black with #4F6526
Text Example
Text Example
White with #4F6526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6526; }
p { color: rgb(79,101,38); }
H1.HeaderClassName
{
color: #4F6526;
}
.AnyTagClassName
{
color: #4F6526;
}
</style>
background-color css
<style>
a { background-color: #4F6526; }
a { background-color: rgb(79,101,38); }
div.DivClassName
{
background-color: #4F6526;
}
.BgClassName
{
background-color: #4F6526;
}
</style>
border-color css
<style>
span { border-color: #4F6526; }
span { border-color: rgb(79,101,38); }
td.TdClassName
{
border-color: #4F6526;
}
.TagClassName
{
border-color: #4F6526;
}
</style>