Shades of Green Leaf #4F682A
Tints of Green Leaf #4F682A
RGB
CMYK
RGB Variations
Color information
#4F682A (or 0x4F682A) is known color: Green Leaf. HEX triplet: 4F, 68 and 2A. RGB value is (79,104,42). Sum of RGB (Red+Green+Blue) = 79+104+42=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 104 - color contains mainly: green. Hex color #4F682A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F682A is #B097D5. Grayscale: #595959. Windows color (decimal): -11573206 or 2779215. OLE color: 2779215.
HSL color Cylindrical-coordinate representation of color #4F682A: hue angle of 84.19º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F682A is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 104 | 42 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.59 |
| HSL | 84.19º | 0.42% | 0.29% | - |
| HSV(B) | 84.19º | 0.6% | 0.41% | - |
| XYZ | 8.59 | 11.73 | 4 | - |
| YUV | 89.46 | 101.22 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 104 | 42 | 0.24 | 0 | 0.60 | 0.59 | 84.19 | 0.42 | 0.29 |
| Hex | 4F | 68 | 2A | 18 | 0 | 3C | 3B | 54 | 2A | 1D |
| Octal | 117 | 150 | 52 | 30 | 0 | 74 | 73 | 124 | 52 | 35 |
| Binary | 1001111 | 1101000 | 101010 | 11000 | 0 | 111100 | 111011 | 1010100 | 101010 | 11101 |
Color Harmonies of #4F682A
Complementary color
Monochromatic Colors of #4F682A
Black with #4F682A
Text Example
Text Example
White with #4F682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F682A; }
p { color: rgb(79,104,42); }
H1.HeaderClassName
{
color: #4F682A;
}
.AnyTagClassName
{
color: #4F682A;
}
</style>
background-color css
<style>
a { background-color: #4F682A; }
a { background-color: rgb(79,104,42); }
div.DivClassName
{
background-color: #4F682A;
}
.BgClassName
{
background-color: #4F682A;
}
</style>
border-color css
<style>
span { border-color: #4F682A; }
span { border-color: rgb(79,104,42); }
td.TdClassName
{
border-color: #4F682A;
}
.TagClassName
{
border-color: #4F682A;
}
</style>