Shades of Green Leaf #4F6F32
Tints of Green Leaf #4F6F32
RGB
CMYK
RGB Variations
Color information
#4F6F32 (or 0x4F6F32) is known color: Green Leaf. HEX triplet: 4F, 6F and 32. RGB value is (79,111,50). Sum of RGB (Red+Green+Blue) = 79+111+50=240 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.92% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 111 - color contains mainly: green. Hex color #4F6F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6F32 is #B090CD. Grayscale: #5E5E5E. Windows color (decimal): -11571406 or 3305295. OLE color: 3305295.
HSL color Cylindrical-coordinate representation of color #4F6F32: hue angle of 91.48º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F6F32 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 111 | 50 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.56 |
| HSL | 91.48º | 0.38% | 0.32% | - |
| HSV(B) | 91.48º | 0.55% | 0.44% | - |
| XYZ | 9.48 | 13.26 | 5.08 | - |
| YUV | 94.48 | 102.9 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 111 | 50 | 0.29 | 0 | 0.55 | 0.56 | 91.48 | 0.38 | 0.32 |
| Hex | 4F | 6F | 32 | 1D | 0 | 37 | 38 | 5B | 26 | 20 |
| Octal | 117 | 157 | 62 | 35 | 0 | 67 | 70 | 133 | 46 | 40 |
| Binary | 1001111 | 1101111 | 110010 | 11101 | 0 | 110111 | 111000 | 1011011 | 100110 | 100000 |
Color Harmonies of #4F6F32
Complementary color
Monochromatic Colors of #4F6F32
Black with #4F6F32
Text Example
Text Example
White with #4F6F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6F32; }
p { color: rgb(79,111,50); }
H1.HeaderClassName
{
color: #4F6F32;
}
.AnyTagClassName
{
color: #4F6F32;
}
</style>
background-color css
<style>
a { background-color: #4F6F32; }
a { background-color: rgb(79,111,50); }
div.DivClassName
{
background-color: #4F6F32;
}
.BgClassName
{
background-color: #4F6F32;
}
</style>
border-color css
<style>
span { border-color: #4F6F32; }
span { border-color: rgb(79,111,50); }
td.TdClassName
{
border-color: #4F6F32;
}
.TagClassName
{
border-color: #4F6F32;
}
</style>