Shades of Green Leaf #4F6726
Tints of Green Leaf #4F6726
RGB
CMYK
RGB Variations
Color information
#4F6726 (or 0x4F6726) is known color: Green Leaf. HEX triplet: 4F, 67 and 26. RGB value is (79,103,38). Sum of RGB (Red+Green+Blue) = 79+103+38=220 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.91% from 220); Green value is 103 (40.62% from 255 or 46.82% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 103 - color contains mainly: green. Hex color #4F6726 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6726 is #B098D9. Grayscale: #585858. Windows color (decimal): -11573466 or 2516815. OLE color: 2516815.
HSL color Cylindrical-coordinate representation of color #4F6726: hue angle of 82.15º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F6726 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 103 | 38 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.60 |
| HSL | 82.15º | 0.46% | 0.28% | - |
| HSV(B) | 82.15º | 0.63% | 0.4% | - |
| XYZ | 8.42 | 11.5 | 3.61 | - |
| YUV | 88.41 | 99.55 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 103 | 38 | 0.23 | 0 | 0.63 | 0.60 | 82.15 | 0.46 | 0.28 |
| Hex | 4F | 67 | 26 | 17 | 0 | 3F | 3C | 52 | 2E | 1C |
| Octal | 117 | 147 | 46 | 27 | 0 | 77 | 74 | 122 | 56 | 34 |
| Binary | 1001111 | 1100111 | 100110 | 10111 | 0 | 111111 | 111100 | 1010010 | 101110 | 11100 |
Color Harmonies of #4F6726
Complementary color
Monochromatic Colors of #4F6726
Black with #4F6726
Text Example
Text Example
White with #4F6726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6726; }
p { color: rgb(79,103,38); }
H1.HeaderClassName
{
color: #4F6726;
}
.AnyTagClassName
{
color: #4F6726;
}
</style>
background-color css
<style>
a { background-color: #4F6726; }
a { background-color: rgb(79,103,38); }
div.DivClassName
{
background-color: #4F6726;
}
.BgClassName
{
background-color: #4F6726;
}
</style>
border-color css
<style>
span { border-color: #4F6726; }
span { border-color: rgb(79,103,38); }
td.TdClassName
{
border-color: #4F6726;
}
.TagClassName
{
border-color: #4F6726;
}
</style>