Shades of Green Leaf #4F6432
Tints of Green Leaf #4F6432
RGB
CMYK
RGB Variations
Color information
#4F6432 (or 0x4F6432) is known color: Green Leaf. HEX triplet: 4F, 64 and 32. RGB value is (79,100,50). Sum of RGB (Red+Green+Blue) = 79+100+50=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 100 - color contains mainly: green. Hex color #4F6432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6432 is #B09BCD. Grayscale: #585858. Windows color (decimal): -11574222 or 3302479. OLE color: 3302479.
HSL color Cylindrical-coordinate representation of color #4F6432: hue angle of 85.2º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F6432 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 79 | 100 | 50 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.61 |
| HSL | 85.2º | 0.33% | 0.29% | - |
| HSV(B) | 85.2º | 0.5% | 0.39% | - |
| XYZ | 8.36 | 11.01 | 4.7 | - |
| YUV | 88.02 | 106.54 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 100 | 50 | 0.21 | 0 | 0.50 | 0.61 | 85.2 | 0.33 | 0.29 |
| Hex | 4F | 64 | 32 | 15 | 0 | 32 | 3D | 55 | 21 | 1D |
| Octal | 117 | 144 | 62 | 25 | 0 | 62 | 75 | 125 | 41 | 35 |
| Binary | 1001111 | 1100100 | 110010 | 10101 | 0 | 110010 | 111101 | 1010101 | 100001 | 11101 |
Color Harmonies of #4F6432
Complementary color
Monochromatic Colors of #4F6432
Black with #4F6432
Text Example
Text Example
White with #4F6432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6432; }
p { color: rgb(79,100,50); }
H1.HeaderClassName
{
color: #4F6432;
}
.AnyTagClassName
{
color: #4F6432;
}
</style>
background-color css
<style>
a { background-color: #4F6432; }
a { background-color: rgb(79,100,50); }
div.DivClassName
{
background-color: #4F6432;
}
.BgClassName
{
background-color: #4F6432;
}
</style>
border-color css
<style>
span { border-color: #4F6432; }
span { border-color: rgb(79,100,50); }
td.TdClassName
{
border-color: #4F6432;
}
.TagClassName
{
border-color: #4F6432;
}
</style>