Shades of Green Leaf #4D7521
Tints of Green Leaf #4D7521
RGB
CMYK
RGB Variations
Color information
#4D7521 (or 0x4D7521) is known color: Green Leaf. HEX triplet: 4D, 75 and 21. RGB value is (77,117,33). Sum of RGB (Red+Green+Blue) = 77+117+33=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 117 (46.09% from 255 or 51.54% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 117 - color contains mainly: green. Hex color #4D7521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7521 is #B28ADE. Grayscale: #5F5F5F. Windows color (decimal): -11700959 or 2192717. OLE color: 2192717.
HSL color Cylindrical-coordinate representation of color #4D7521: hue angle of 88.57º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D7521 is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 117 | 33 | - |
| CMYK | 0.34 | 0 | 0.72 | 0.54 |
| HSL | 88.57º | 0.56% | 0.29% | - |
| HSV(B) | 88.57º | 0.72% | 0.46% | - |
| XYZ | 9.7 | 14.41 | 3.71 | - |
| YUV | 95.46 | 92.75 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 117 | 33 | 0.34 | 0 | 0.72 | 0.54 | 88.57 | 0.56 | 0.29 |
| Hex | 4D | 75 | 21 | 22 | 0 | 48 | 36 | 59 | 38 | 1D |
| Octal | 115 | 165 | 41 | 42 | 0 | 110 | 66 | 131 | 70 | 35 |
| Binary | 1001101 | 1110101 | 100001 | 100010 | 0 | 1001000 | 110110 | 1011001 | 111000 | 11101 |
Color Harmonies of #4D7521
Complementary color
Monochromatic Colors of #4D7521
Black with #4D7521
Text Example
Text Example
White with #4D7521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7521; }
p { color: rgb(77,117,33); }
H1.HeaderClassName
{
color: #4D7521;
}
.AnyTagClassName
{
color: #4D7521;
}
</style>
background-color css
<style>
a { background-color: #4D7521; }
a { background-color: rgb(77,117,33); }
div.DivClassName
{
background-color: #4D7521;
}
.BgClassName
{
background-color: #4D7521;
}
</style>
border-color css
<style>
span { border-color: #4D7521; }
span { border-color: rgb(77,117,33); }
td.TdClassName
{
border-color: #4D7521;
}
.TagClassName
{
border-color: #4D7521;
}
</style>