Shades of Green Leaf #4F662B
Tints of Green Leaf #4F662B
RGB
CMYK
RGB Variations
Color information
#4F662B (or 0x4F662B) is known color: Green Leaf. HEX triplet: 4F, 66 and 2B. RGB value is (79,102,43). Sum of RGB (Red+Green+Blue) = 79+102+43=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 102 - color contains mainly: green. Hex color #4F662B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F662B is #B099D4. Grayscale: #585858. Windows color (decimal): -11573717 or 2844239. OLE color: 2844239.
HSL color Cylindrical-coordinate representation of color #4F662B: hue angle of 83.39º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F662B is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 79 | 102 | 43 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.6 |
| HSL | 83.39º | 0.41% | 0.28% | - |
| HSV(B) | 83.39º | 0.58% | 0.4% | - |
| XYZ | 8.41 | 11.34 | 4.03 | - |
| YUV | 88.4 | 102.38 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 102 | 43 | 0.23 | 0 | 0.58 | 0.6 | 83.39 | 0.41 | 0.28 |
| Hex | 4F | 66 | 2B | 17 | 0 | 3A | 3C | 53 | 29 | 1C |
| Octal | 117 | 146 | 53 | 27 | 0 | 72 | 74 | 123 | 51 | 34 |
| Binary | 1001111 | 1100110 | 101011 | 10111 | 0 | 111010 | 111100 | 1010011 | 101001 | 11100 |
Color Harmonies of #4F662B
Complementary color
Monochromatic Colors of #4F662B
Black with #4F662B
Text Example
Text Example
White with #4F662B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F662B; }
p { color: rgb(79,102,43); }
H1.HeaderClassName
{
color: #4F662B;
}
.AnyTagClassName
{
color: #4F662B;
}
</style>
background-color css
<style>
a { background-color: #4F662B; }
a { background-color: rgb(79,102,43); }
div.DivClassName
{
background-color: #4F662B;
}
.BgClassName
{
background-color: #4F662B;
}
</style>
border-color css
<style>
span { border-color: #4F662B; }
span { border-color: rgb(79,102,43); }
td.TdClassName
{
border-color: #4F662B;
}
.TagClassName
{
border-color: #4F662B;
}
</style>