Shades of Green Leaf #4F642B
Tints of Green Leaf #4F642B
RGB
CMYK
RGB Variations
Color information
#4F642B (or 0x4F642B) is known color: Green Leaf. HEX triplet: 4F, 64 and 2B. RGB value is (79,100,43). Sum of RGB (Red+Green+Blue) = 79+100+43=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 100 - color contains mainly: green. Hex color #4F642B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F642B is #B09BD4. Grayscale: #575757. Windows color (decimal): -11574229 or 2843727. OLE color: 2843727.
HSL color Cylindrical-coordinate representation of color #4F642B: hue angle of 82.11º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4F642B is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 79 | 100 | 43 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.61 |
| HSL | 82.11º | 0.4% | 0.28% | - |
| HSV(B) | 82.11º | 0.57% | 0.39% | - |
| XYZ | 8.22 | 10.95 | 3.97 | - |
| YUV | 87.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 100 | 43 | 0.21 | 0 | 0.57 | 0.61 | 82.11 | 0.4 | 0.28 |
| Hex | 4F | 64 | 2B | 15 | 0 | 39 | 3D | 52 | 28 | 1C |
| Octal | 117 | 144 | 53 | 25 | 0 | 71 | 75 | 122 | 50 | 34 |
| Binary | 1001111 | 1100100 | 101011 | 10101 | 0 | 111001 | 111101 | 1010010 | 101000 | 11100 |
Color Harmonies of #4F642B
Complementary color
Monochromatic Colors of #4F642B
Black with #4F642B
Text Example
Text Example
White with #4F642B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F642B; }
p { color: rgb(79,100,43); }
H1.HeaderClassName
{
color: #4F642B;
}
.AnyTagClassName
{
color: #4F642B;
}
</style>
background-color css
<style>
a { background-color: #4F642B; }
a { background-color: rgb(79,100,43); }
div.DivClassName
{
background-color: #4F642B;
}
.BgClassName
{
background-color: #4F642B;
}
</style>
border-color css
<style>
span { border-color: #4F642B; }
span { border-color: rgb(79,100,43); }
td.TdClassName
{
border-color: #4F642B;
}
.TagClassName
{
border-color: #4F642B;
}
</style>