Shades of Green Leaf #4F622C
Tints of Green Leaf #4F622C
RGB
CMYK
RGB Variations
Color information
#4F622C (or 0x4F622C) is known color: Green Leaf. HEX triplet: 4F, 62 and 2C. RGB value is (79,98,44). Sum of RGB (Red+Green+Blue) = 79+98+44=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 98 - color contains mainly: green. Hex color #4F622C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F622C is #B09DD3. Grayscale: #565656. Windows color (decimal): -11574740 or 2908751. OLE color: 2908751.
HSL color Cylindrical-coordinate representation of color #4F622C: hue angle of 81.11º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F622C is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 98 | 44 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.62 |
| HSL | 81.11º | 0.38% | 0.28% | - |
| HSV(B) | 81.11º | 0.55% | 0.38% | - |
| XYZ | 8.05 | 10.58 | 4 | - |
| YUV | 86.16 | 104.21 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 98 | 44 | 0.19 | 0 | 0.55 | 0.62 | 81.11 | 0.38 | 0.28 |
| Hex | 4F | 62 | 2C | 13 | 0 | 37 | 3E | 51 | 26 | 1C |
| Octal | 117 | 142 | 54 | 23 | 0 | 67 | 76 | 121 | 46 | 34 |
| Binary | 1001111 | 1100010 | 101100 | 10011 | 0 | 110111 | 111110 | 1010001 | 100110 | 11100 |
Color Harmonies of #4F622C
Complementary color
Monochromatic Colors of #4F622C
Black with #4F622C
Text Example
Text Example
White with #4F622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F622C; }
p { color: rgb(79,98,44); }
H1.HeaderClassName
{
color: #4F622C;
}
.AnyTagClassName
{
color: #4F622C;
}
</style>
background-color css
<style>
a { background-color: #4F622C; }
a { background-color: rgb(79,98,44); }
div.DivClassName
{
background-color: #4F622C;
}
.BgClassName
{
background-color: #4F622C;
}
</style>
border-color css
<style>
span { border-color: #4F622C; }
span { border-color: rgb(79,98,44); }
td.TdClassName
{
border-color: #4F622C;
}
.TagClassName
{
border-color: #4F622C;
}
</style>