Shades of Green Leaf #4B7620
Tints of Green Leaf #4B7620
RGB
CMYK
RGB Variations
Color information
#4B7620 (or 0x4B7620) is known color: Green Leaf. HEX triplet: 4B, 76 and 20. RGB value is (75,118,32). Sum of RGB (Red+Green+Blue) = 75+118+32=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #4B7620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7620 is #B489DF. Grayscale: #5F5F5F. Windows color (decimal): -11831776 or 2127435. OLE color: 2127435.
HSL color Cylindrical-coordinate representation of color #4B7620: hue angle of 90º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B7620 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 118 | 32 | - |
| CMYK | 0.36 | 0 | 0.73 | 0.54 |
| HSL | 90º | 0.57% | 0.29% | - |
| HSV(B) | 90º | 0.73% | 0.46% | - |
| XYZ | 9.64 | 14.56 | 3.67 | - |
| YUV | 95.34 | 92.25 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 118 | 32 | 0.36 | 0 | 0.73 | 0.54 | 90 | 0.57 | 0.29 |
| Hex | 4B | 76 | 20 | 24 | 0 | 49 | 36 | 5A | 39 | 1D |
| Octal | 113 | 166 | 40 | 44 | 0 | 111 | 66 | 132 | 71 | 35 |
| Binary | 1001011 | 1110110 | 100000 | 100100 | 0 | 1001001 | 110110 | 1011010 | 111001 | 11101 |
Color Harmonies of #4B7620
Complementary color
Monochromatic Colors of #4B7620
Black with #4B7620
Text Example
Text Example
White with #4B7620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7620; }
p { color: rgb(75,118,32); }
H1.HeaderClassName
{
color: #4B7620;
}
.AnyTagClassName
{
color: #4B7620;
}
</style>
background-color css
<style>
a { background-color: #4B7620; }
a { background-color: rgb(75,118,32); }
div.DivClassName
{
background-color: #4B7620;
}
.BgClassName
{
background-color: #4B7620;
}
</style>
border-color css
<style>
span { border-color: #4B7620; }
span { border-color: rgb(75,118,32); }
td.TdClassName
{
border-color: #4B7620;
}
.TagClassName
{
border-color: #4B7620;
}
</style>