Shades of Green Leaf #4B7624
Tints of Green Leaf #4B7624
RGB
CMYK
RGB Variations
Color information
#4B7624 (or 0x4B7624) is known color: Green Leaf. HEX triplet: 4B, 76 and 24. RGB value is (75,118,36). Sum of RGB (Red+Green+Blue) = 75+118+36=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 36 (14.45% from 255 or 15.72% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #4B7624 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7624 is #B489DB. Grayscale: #606060. Windows color (decimal): -11831772 or 2389579. OLE color: 2389579.
HSL color Cylindrical-coordinate representation of color #4B7624: hue angle of 91.46º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B7624 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 118 | 36 | - |
| CMYK | 0.36 | 0 | 0.69 | 0.54 |
| HSL | 91.46º | 0.53% | 0.3% | - |
| HSV(B) | 91.46º | 0.69% | 0.46% | - |
| XYZ | 9.7 | 14.58 | 3.97 | - |
| YUV | 95.8 | 94.25 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 118 | 36 | 0.36 | 0 | 0.69 | 0.54 | 91.46 | 0.53 | 0.3 |
| Hex | 4B | 76 | 24 | 24 | 0 | 45 | 36 | 5B | 35 | 1E |
| Octal | 113 | 166 | 44 | 44 | 0 | 105 | 66 | 133 | 65 | 36 |
| Binary | 1001011 | 1110110 | 100100 | 100100 | 0 | 1000101 | 110110 | 1011011 | 110101 | 11110 |
Color Harmonies of #4B7624
Complementary color
Monochromatic Colors of #4B7624
Black with #4B7624
Text Example
Text Example
White with #4B7624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7624; }
p { color: rgb(75,118,36); }
H1.HeaderClassName
{
color: #4B7624;
}
.AnyTagClassName
{
color: #4B7624;
}
</style>
background-color css
<style>
a { background-color: #4B7624; }
a { background-color: rgb(75,118,36); }
div.DivClassName
{
background-color: #4B7624;
}
.BgClassName
{
background-color: #4B7624;
}
</style>
border-color css
<style>
span { border-color: #4B7624; }
span { border-color: rgb(75,118,36); }
td.TdClassName
{
border-color: #4B7624;
}
.TagClassName
{
border-color: #4B7624;
}
</style>