Shades of Green Leaf #4D652A
Tints of Green Leaf #4D652A
RGB
CMYK
RGB Variations
Color information
#4D652A (or 0x4D652A) is known color: Green Leaf. HEX triplet: 4D, 65 and 2A. RGB value is (77,101,42). Sum of RGB (Red+Green+Blue) = 77+101+42=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 101 - color contains mainly: green. Hex color #4D652A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D652A is #B29AD5. Grayscale: #575757. Windows color (decimal): -11705046 or 2778445. OLE color: 2778445.
HSL color Cylindrical-coordinate representation of color #4D652A: hue angle of 84.41º 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 #4D652A is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 101 | 42 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.60 |
| HSL | 84.41º | 0.41% | 0.28% | - |
| HSV(B) | 84.41º | 0.58% | 0.4% | - |
| XYZ | 8.13 | 11.05 | 3.9 | - |
| YUV | 87.1 | 102.55 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 42 | 0.24 | 0 | 0.58 | 0.60 | 84.41 | 0.41 | 0.28 |
| Hex | 4D | 65 | 2A | 18 | 0 | 3A | 3C | 54 | 29 | 1C |
| Octal | 115 | 145 | 52 | 30 | 0 | 72 | 74 | 124 | 51 | 34 |
| Binary | 1001101 | 1100101 | 101010 | 11000 | 0 | 111010 | 111100 | 1010100 | 101001 | 11100 |
Color Harmonies of #4D652A
Complementary color
Monochromatic Colors of #4D652A
Black with #4D652A
Text Example
Text Example
White with #4D652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D652A; }
p { color: rgb(77,101,42); }
H1.HeaderClassName
{
color: #4D652A;
}
.AnyTagClassName
{
color: #4D652A;
}
</style>
background-color css
<style>
a { background-color: #4D652A; }
a { background-color: rgb(77,101,42); }
div.DivClassName
{
background-color: #4D652A;
}
.BgClassName
{
background-color: #4D652A;
}
</style>
border-color css
<style>
span { border-color: #4D652A; }
span { border-color: rgb(77,101,42); }
td.TdClassName
{
border-color: #4D652A;
}
.TagClassName
{
border-color: #4D652A;
}
</style>