Shades of Green Leaf #4F672C
Tints of Green Leaf #4F672C
RGB
CMYK
RGB Variations
Color information
#4F672C (or 0x4F672C) is known color: Green Leaf. HEX triplet: 4F, 67 and 2C. RGB value is (79,103,44). Sum of RGB (Red+Green+Blue) = 79+103+44=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 103 - color contains mainly: green. Hex color #4F672C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F672C is #B098D3. Grayscale: #595959. Windows color (decimal): -11573460 or 2910031. OLE color: 2910031.
HSL color Cylindrical-coordinate representation of color #4F672C: hue angle of 84.41º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4F672C is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 103 | 44 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.60 |
| HSL | 84.41º | 0.4% | 0.29% | - |
| HSV(B) | 84.41º | 0.57% | 0.4% | - |
| XYZ | 8.53 | 11.54 | 4.16 | - |
| YUV | 89.1 | 102.55 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 103 | 44 | 0.23 | 0 | 0.57 | 0.60 | 84.41 | 0.4 | 0.29 |
| Hex | 4F | 67 | 2C | 17 | 0 | 39 | 3C | 54 | 28 | 1D |
| Octal | 117 | 147 | 54 | 27 | 0 | 71 | 74 | 124 | 50 | 35 |
| Binary | 1001111 | 1100111 | 101100 | 10111 | 0 | 111001 | 111100 | 1010100 | 101000 | 11101 |
Color Harmonies of #4F672C
Complementary color
Monochromatic Colors of #4F672C
Black with #4F672C
Text Example
Text Example
White with #4F672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F672C; }
p { color: rgb(79,103,44); }
H1.HeaderClassName
{
color: #4F672C;
}
.AnyTagClassName
{
color: #4F672C;
}
</style>
background-color css
<style>
a { background-color: #4F672C; }
a { background-color: rgb(79,103,44); }
div.DivClassName
{
background-color: #4F672C;
}
.BgClassName
{
background-color: #4F672C;
}
</style>
border-color css
<style>
span { border-color: #4F672C; }
span { border-color: rgb(79,103,44); }
td.TdClassName
{
border-color: #4F672C;
}
.TagClassName
{
border-color: #4F672C;
}
</style>