Shades of Green Leaf #4B7721
Tints of Green Leaf #4B7721
RGB
CMYK
RGB Variations
Color information
#4B7721 (or 0x4B7721) is known color: Green Leaf. HEX triplet: 4B, 77 and 21. RGB value is (75,119,33). Sum of RGB (Red+Green+Blue) = 75+119+33=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #4B7721 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7721 is #B488DE. Grayscale: #606060. Windows color (decimal): -11831519 or 2193227. OLE color: 2193227.
HSL color Cylindrical-coordinate representation of color #4B7721: hue angle of 90.7º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B7721 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 119 | 33 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.53 |
| HSL | 90.7º | 0.57% | 0.3% | - |
| HSV(B) | 90.7º | 0.72% | 0.47% | - |
| XYZ | 9.77 | 14.8 | 3.78 | - |
| YUV | 96.04 | 92.42 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 119 | 33 | 0.37 | 0 | 0.72 | 0.53 | 90.7 | 0.57 | 0.3 |
| Hex | 4B | 77 | 21 | 25 | 0 | 48 | 35 | 5B | 39 | 1E |
| Octal | 113 | 167 | 41 | 45 | 0 | 110 | 65 | 133 | 71 | 36 |
| Binary | 1001011 | 1110111 | 100001 | 100101 | 0 | 1001000 | 110101 | 1011011 | 111001 | 11110 |
Color Harmonies of #4B7721
Complementary color
Monochromatic Colors of #4B7721
Black with #4B7721
Text Example
Text Example
White with #4B7721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7721; }
p { color: rgb(75,119,33); }
H1.HeaderClassName
{
color: #4B7721;
}
.AnyTagClassName
{
color: #4B7721;
}
</style>
background-color css
<style>
a { background-color: #4B7721; }
a { background-color: rgb(75,119,33); }
div.DivClassName
{
background-color: #4B7721;
}
.BgClassName
{
background-color: #4B7721;
}
</style>
border-color css
<style>
span { border-color: #4B7721; }
span { border-color: rgb(75,119,33); }
td.TdClassName
{
border-color: #4B7721;
}
.TagClassName
{
border-color: #4B7721;
}
</style>