Shades of Green Leaf #4F672D
Tints of Green Leaf #4F672D
RGB
CMYK
RGB Variations
Color information
#4F672D (or 0x4F672D) is known color: Green Leaf. HEX triplet: 4F, 67 and 2D. RGB value is (79,103,45). Sum of RGB (Red+Green+Blue) = 79+103+45=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 103 - color contains mainly: green. Hex color #4F672D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F672D is #B098D2. Grayscale: #595959. Windows color (decimal): -11573459 or 2975567. OLE color: 2975567.
HSL color Cylindrical-coordinate representation of color #4F672D: hue angle of 84.83º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F672D is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 103 | 45 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.60 |
| HSL | 84.83º | 0.39% | 0.29% | - |
| HSV(B) | 84.83º | 0.56% | 0.4% | - |
| XYZ | 8.55 | 11.55 | 4.26 | - |
| YUV | 89.21 | 103.05 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 103 | 45 | 0.23 | 0 | 0.56 | 0.60 | 84.83 | 0.39 | 0.29 |
| Hex | 4F | 67 | 2D | 17 | 0 | 38 | 3C | 55 | 27 | 1D |
| Octal | 117 | 147 | 55 | 27 | 0 | 70 | 74 | 125 | 47 | 35 |
| Binary | 1001111 | 1100111 | 101101 | 10111 | 0 | 111000 | 111100 | 1010101 | 100111 | 11101 |
Color Harmonies of #4F672D
Complementary color
Monochromatic Colors of #4F672D
Black with #4F672D
Text Example
Text Example
White with #4F672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F672D; }
p { color: rgb(79,103,45); }
H1.HeaderClassName
{
color: #4F672D;
}
.AnyTagClassName
{
color: #4F672D;
}
</style>
background-color css
<style>
a { background-color: #4F672D; }
a { background-color: rgb(79,103,45); }
div.DivClassName
{
background-color: #4F672D;
}
.BgClassName
{
background-color: #4F672D;
}
</style>
border-color css
<style>
span { border-color: #4F672D; }
span { border-color: rgb(79,103,45); }
td.TdClassName
{
border-color: #4F672D;
}
.TagClassName
{
border-color: #4F672D;
}
</style>