Shades of Green Leaf #4F6320
Tints of Green Leaf #4F6320
RGB
CMYK
RGB Variations
Color information
#4F6320 (or 0x4F6320) is known color: Green Leaf. HEX triplet: 4F, 63 and 20. RGB value is (79,99,32). Sum of RGB (Red+Green+Blue) = 79+99+32=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 99 - color contains mainly: green. Hex color #4F6320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6320 is #B09CDF. Grayscale: #555555. Windows color (decimal): -11574496 or 2122575. OLE color: 2122575.
HSL color Cylindrical-coordinate representation of color #4F6320: hue angle of 77.91º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F6320 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 79 | 99 | 32 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.61 |
| HSL | 77.91º | 0.51% | 0.26% | - |
| HSV(B) | 77.91º | 0.68% | 0.39% | - |
| XYZ | 7.95 | 10.69 | 3.01 | - |
| YUV | 85.38 | 97.87 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 99 | 32 | 0.20 | 0 | 0.68 | 0.61 | 77.91 | 0.51 | 0.26 |
| Hex | 4F | 63 | 20 | 14 | 0 | 44 | 3D | 4E | 33 | 1A |
| Octal | 117 | 143 | 40 | 24 | 0 | 104 | 75 | 116 | 63 | 32 |
| Binary | 1001111 | 1100011 | 100000 | 10100 | 0 | 1000100 | 111101 | 1001110 | 110011 | 11010 |
Color Harmonies of #4F6320
Complementary color
Monochromatic Colors of #4F6320
Black with #4F6320
Text Example
Text Example
White with #4F6320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6320; }
p { color: rgb(79,99,32); }
H1.HeaderClassName
{
color: #4F6320;
}
.AnyTagClassName
{
color: #4F6320;
}
</style>
background-color css
<style>
a { background-color: #4F6320; }
a { background-color: rgb(79,99,32); }
div.DivClassName
{
background-color: #4F6320;
}
.BgClassName
{
background-color: #4F6320;
}
</style>
border-color css
<style>
span { border-color: #4F6320; }
span { border-color: rgb(79,99,32); }
td.TdClassName
{
border-color: #4F6320;
}
.TagClassName
{
border-color: #4F6320;
}
</style>