Shades of Green Leaf #4F6E2D
Tints of Green Leaf #4F6E2D
RGB
CMYK
RGB Variations
Color information
#4F6E2D (or 0x4F6E2D) is known color: Green Leaf. HEX triplet: 4F, 6E and 2D. RGB value is (79,110,45). Sum of RGB (Red+Green+Blue) = 79+110+45=234 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.76% from 234); Green value is 110 (43.36% from 255 or 47.01% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 110 - color contains mainly: green. Hex color #4F6E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6E2D is #B091D2. Grayscale: #5D5D5D. Windows color (decimal): -11571667 or 2977359. OLE color: 2977359.
HSL color Cylindrical-coordinate representation of color #4F6E2D: hue angle of 88.62º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F6E2D is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 110 | 45 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.57 |
| HSL | 88.62º | 0.42% | 0.3% | - |
| HSV(B) | 88.62º | 0.59% | 0.43% | - |
| XYZ | 9.27 | 13 | 4.5 | - |
| YUV | 93.32 | 100.73 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 110 | 45 | 0.28 | 0 | 0.59 | 0.57 | 88.62 | 0.42 | 0.3 |
| Hex | 4F | 6E | 2D | 1C | 0 | 3B | 39 | 59 | 2A | 1E |
| Octal | 117 | 156 | 55 | 34 | 0 | 73 | 71 | 131 | 52 | 36 |
| Binary | 1001111 | 1101110 | 101101 | 11100 | 0 | 111011 | 111001 | 1011001 | 101010 | 11110 |
Color Harmonies of #4F6E2D
Complementary color
Monochromatic Colors of #4F6E2D
Black with #4F6E2D
Text Example
Text Example
White with #4F6E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6E2D; }
p { color: rgb(79,110,45); }
H1.HeaderClassName
{
color: #4F6E2D;
}
.AnyTagClassName
{
color: #4F6E2D;
}
</style>
background-color css
<style>
a { background-color: #4F6E2D; }
a { background-color: rgb(79,110,45); }
div.DivClassName
{
background-color: #4F6E2D;
}
.BgClassName
{
background-color: #4F6E2D;
}
</style>
border-color css
<style>
span { border-color: #4F6E2D; }
span { border-color: rgb(79,110,45); }
td.TdClassName
{
border-color: #4F6E2D;
}
.TagClassName
{
border-color: #4F6E2D;
}
</style>