Shades of Green Leaf #4D652B
Tints of Green Leaf #4D652B
RGB
CMYK
RGB Variations
Color information
#4D652B (or 0x4D652B) is known color: Green Leaf. HEX triplet: 4D, 65 and 2B. RGB value is (77,101,43). Sum of RGB (Red+Green+Blue) = 77+101+43=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 101 - color contains mainly: green. Hex color #4D652B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D652B is #B29AD4. Grayscale: #575757. Windows color (decimal): -11705045 or 2843981. OLE color: 2843981.
HSL color Cylindrical-coordinate representation of color #4D652B: hue angle of 84.83º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D652B is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 101 | 43 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.60 |
| HSL | 84.83º | 0.4% | 0.28% | - |
| HSV(B) | 84.83º | 0.57% | 0.4% | - |
| XYZ | 8.15 | 11.06 | 3.99 | - |
| YUV | 87.21 | 103.05 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 43 | 0.24 | 0 | 0.57 | 0.60 | 84.83 | 0.4 | 0.28 |
| Hex | 4D | 65 | 2B | 18 | 0 | 39 | 3C | 55 | 28 | 1C |
| Octal | 115 | 145 | 53 | 30 | 0 | 71 | 74 | 125 | 50 | 34 |
| Binary | 1001101 | 1100101 | 101011 | 11000 | 0 | 111001 | 111100 | 1010101 | 101000 | 11100 |
Color Harmonies of #4D652B
Complementary color
Monochromatic Colors of #4D652B
Black with #4D652B
Text Example
Text Example
White with #4D652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D652B; }
p { color: rgb(77,101,43); }
H1.HeaderClassName
{
color: #4D652B;
}
.AnyTagClassName
{
color: #4D652B;
}
</style>
background-color css
<style>
a { background-color: #4D652B; }
a { background-color: rgb(77,101,43); }
div.DivClassName
{
background-color: #4D652B;
}
.BgClassName
{
background-color: #4D652B;
}
</style>
border-color css
<style>
span { border-color: #4D652B; }
span { border-color: rgb(77,101,43); }
td.TdClassName
{
border-color: #4D652B;
}
.TagClassName
{
border-color: #4D652B;
}
</style>