Shades of Green Leaf #4F652A
Tints of Green Leaf #4F652A
RGB
CMYK
RGB Variations
Color information
#4F652A (or 0x4F652A) is known color: Green Leaf. HEX triplet: 4F, 65 and 2A. RGB value is (79,101,42). Sum of RGB (Red+Green+Blue) = 79+101+42=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 101 - color contains mainly: green. Hex color #4F652A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F652A is #B09AD5. Grayscale: #575757. Windows color (decimal): -11573974 or 2778447. OLE color: 2778447.
HSL color Cylindrical-coordinate representation of color #4F652A: hue angle of 82.37º 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 #4F652A is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 101 | 42 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.60 |
| HSL | 82.37º | 0.41% | 0.28% | - |
| HSV(B) | 82.37º | 0.58% | 0.4% | - |
| XYZ | 8.3 | 11.14 | 3.9 | - |
| YUV | 87.7 | 102.21 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 101 | 42 | 0.22 | 0 | 0.58 | 0.60 | 82.37 | 0.41 | 0.28 |
| Hex | 4F | 65 | 2A | 16 | 0 | 3A | 3C | 52 | 29 | 1C |
| Octal | 117 | 145 | 52 | 26 | 0 | 72 | 74 | 122 | 51 | 34 |
| Binary | 1001111 | 1100101 | 101010 | 10110 | 0 | 111010 | 111100 | 1010010 | 101001 | 11100 |
Color Harmonies of #4F652A
Complementary color
Monochromatic Colors of #4F652A
Black with #4F652A
Text Example
Text Example
White with #4F652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F652A; }
p { color: rgb(79,101,42); }
H1.HeaderClassName
{
color: #4F652A;
}
.AnyTagClassName
{
color: #4F652A;
}
</style>
background-color css
<style>
a { background-color: #4F652A; }
a { background-color: rgb(79,101,42); }
div.DivClassName
{
background-color: #4F652A;
}
.BgClassName
{
background-color: #4F652A;
}
</style>
border-color css
<style>
span { border-color: #4F652A; }
span { border-color: rgb(79,101,42); }
td.TdClassName
{
border-color: #4F652A;
}
.TagClassName
{
border-color: #4F652A;
}
</style>