Shades of Green Leaf #4F6224
Tints of Green Leaf #4F6224
RGB
CMYK
RGB Variations
Color information
#4F6224 (or 0x4F6224) is known color: Green Leaf. HEX triplet: 4F, 62 and 24. RGB value is (79,98,36). Sum of RGB (Red+Green+Blue) = 79+98+36=213 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.09% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #4F6224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6224 is #B09DDB. Grayscale: #555555. Windows color (decimal): -11574748 or 2384463. OLE color: 2384463.
HSL color Cylindrical-coordinate representation of color #4F6224: hue angle of 78.39º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F6224 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 98 | 36 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.62 |
| HSL | 78.39º | 0.46% | 0.26% | - |
| HSV(B) | 78.39º | 0.63% | 0.38% | - |
| XYZ | 7.91 | 10.53 | 3.28 | - |
| YUV | 85.25 | 100.21 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 98 | 36 | 0.19 | 0 | 0.63 | 0.62 | 78.39 | 0.46 | 0.26 |
| Hex | 4F | 62 | 24 | 13 | 0 | 3F | 3E | 4E | 2E | 1A |
| Octal | 117 | 142 | 44 | 23 | 0 | 77 | 76 | 116 | 56 | 32 |
| Binary | 1001111 | 1100010 | 100100 | 10011 | 0 | 111111 | 111110 | 1001110 | 101110 | 11010 |
Color Harmonies of #4F6224
Complementary color
Monochromatic Colors of #4F6224
Black with #4F6224
Text Example
Text Example
White with #4F6224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6224; }
p { color: rgb(79,98,36); }
H1.HeaderClassName
{
color: #4F6224;
}
.AnyTagClassName
{
color: #4F6224;
}
</style>
background-color css
<style>
a { background-color: #4F6224; }
a { background-color: rgb(79,98,36); }
div.DivClassName
{
background-color: #4F6224;
}
.BgClassName
{
background-color: #4F6224;
}
</style>
border-color css
<style>
span { border-color: #4F6224; }
span { border-color: rgb(79,98,36); }
td.TdClassName
{
border-color: #4F6224;
}
.TagClassName
{
border-color: #4F6224;
}
</style>