Shades of Green Leaf #4F662A
Tints of Green Leaf #4F662A
RGB
CMYK
RGB Variations
Color information
#4F662A (or 0x4F662A) is known color: Green Leaf. HEX triplet: 4F, 66 and 2A. RGB value is (79,102,42). Sum of RGB (Red+Green+Blue) = 79+102+42=223 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.43% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 102 - color contains mainly: green. Hex color #4F662A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F662A is #B099D5. Grayscale: #585858. Windows color (decimal): -11573718 or 2778703. OLE color: 2778703.
HSL color Cylindrical-coordinate representation of color #4F662A: hue angle of 83º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F662A is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 79 | 102 | 42 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.6 |
| HSL | 83º | 0.42% | 0.28% | - |
| HSV(B) | 83º | 0.59% | 0.4% | - |
| XYZ | 8.39 | 11.33 | 3.94 | - |
| YUV | 88.28 | 101.88 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 102 | 42 | 0.23 | 0 | 0.59 | 0.6 | 83 | 0.42 | 0.28 |
| Hex | 4F | 66 | 2A | 17 | 0 | 3B | 3C | 53 | 2A | 1C |
| Octal | 117 | 146 | 52 | 27 | 0 | 73 | 74 | 123 | 52 | 34 |
| Binary | 1001111 | 1100110 | 101010 | 10111 | 0 | 111011 | 111100 | 1010011 | 101010 | 11100 |
Color Harmonies of #4F662A
Complementary color
Monochromatic Colors of #4F662A
Black with #4F662A
Text Example
Text Example
White with #4F662A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F662A; }
p { color: rgb(79,102,42); }
H1.HeaderClassName
{
color: #4F662A;
}
.AnyTagClassName
{
color: #4F662A;
}
</style>
background-color css
<style>
a { background-color: #4F662A; }
a { background-color: rgb(79,102,42); }
div.DivClassName
{
background-color: #4F662A;
}
.BgClassName
{
background-color: #4F662A;
}
</style>
border-color css
<style>
span { border-color: #4F662A; }
span { border-color: rgb(79,102,42); }
td.TdClassName
{
border-color: #4F662A;
}
.TagClassName
{
border-color: #4F662A;
}
</style>