Shades of Green Leaf #4B7424
Tints of Green Leaf #4B7424
RGB
CMYK
RGB Variations
Color information
#4B7424 (or 0x4B7424) is known color: Green Leaf. HEX triplet: 4B, 74 and 24. RGB value is (75,116,36). Sum of RGB (Red+Green+Blue) = 75+116+36=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 116 (45.70% from 255 or 51.10% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 116 - color contains mainly: green. Hex color #4B7424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7424 is #B48BDB. Grayscale: #5E5E5E. Windows color (decimal): -11832284 or 2389067. OLE color: 2389067.
HSL color Cylindrical-coordinate representation of color #4B7424: hue angle of 90.75º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B7424 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 116 | 36 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.55 |
| HSL | 90.75º | 0.53% | 0.3% | - |
| HSV(B) | 90.75º | 0.69% | 0.45% | - |
| XYZ | 9.47 | 14.11 | 3.89 | - |
| YUV | 94.62 | 94.92 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 116 | 36 | 0.35 | 0 | 0.69 | 0.55 | 90.75 | 0.53 | 0.3 |
| Hex | 4B | 74 | 24 | 23 | 0 | 45 | 37 | 5B | 35 | 1E |
| Octal | 113 | 164 | 44 | 43 | 0 | 105 | 67 | 133 | 65 | 36 |
| Binary | 1001011 | 1110100 | 100100 | 100011 | 0 | 1000101 | 110111 | 1011011 | 110101 | 11110 |
Color Harmonies of #4B7424
Complementary color
Monochromatic Colors of #4B7424
Black with #4B7424
Text Example
Text Example
White with #4B7424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7424; }
p { color: rgb(75,116,36); }
H1.HeaderClassName
{
color: #4B7424;
}
.AnyTagClassName
{
color: #4B7424;
}
</style>
background-color css
<style>
a { background-color: #4B7424; }
a { background-color: rgb(75,116,36); }
div.DivClassName
{
background-color: #4B7424;
}
.BgClassName
{
background-color: #4B7424;
}
</style>
border-color css
<style>
span { border-color: #4B7424; }
span { border-color: rgb(75,116,36); }
td.TdClassName
{
border-color: #4B7424;
}
.TagClassName
{
border-color: #4B7424;
}
</style>