Shades of Green Leaf #4B7623
Tints of Green Leaf #4B7623
RGB
CMYK
RGB Variations
Color information
#4B7623 (or 0x4B7623) is known color: Green Leaf. HEX triplet: 4B, 76 and 23. RGB value is (75,118,35). Sum of RGB (Red+Green+Blue) = 75+118+35=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 35 (14.06% from 255 or 15.35% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #4B7623 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7623 is #B489DC. Grayscale: #5F5F5F. Windows color (decimal): -11831773 or 2324043. OLE color: 2324043.
HSL color Cylindrical-coordinate representation of color #4B7623: hue angle of 91.08º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B7623 is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 118 | 35 | - |
| CMYK | 0.36 | 0 | 0.70 | 0.54 |
| HSL | 91.08º | 0.54% | 0.3% | - |
| HSV(B) | 91.08º | 0.7% | 0.46% | - |
| XYZ | 9.68 | 14.57 | 3.89 | - |
| YUV | 95.68 | 93.75 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 118 | 35 | 0.36 | 0 | 0.70 | 0.54 | 91.08 | 0.54 | 0.3 |
| Hex | 4B | 76 | 23 | 24 | 0 | 46 | 36 | 5B | 36 | 1E |
| Octal | 113 | 166 | 43 | 44 | 0 | 106 | 66 | 133 | 66 | 36 |
| Binary | 1001011 | 1110110 | 100011 | 100100 | 0 | 1000110 | 110110 | 1011011 | 110110 | 11110 |
Color Harmonies of #4B7623
Complementary color
Monochromatic Colors of #4B7623
Black with #4B7623
Text Example
Text Example
White with #4B7623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7623; }
p { color: rgb(75,118,35); }
H1.HeaderClassName
{
color: #4B7623;
}
.AnyTagClassName
{
color: #4B7623;
}
</style>
background-color css
<style>
a { background-color: #4B7623; }
a { background-color: rgb(75,118,35); }
div.DivClassName
{
background-color: #4B7623;
}
.BgClassName
{
background-color: #4B7623;
}
</style>
border-color css
<style>
span { border-color: #4B7623; }
span { border-color: rgb(75,118,35); }
td.TdClassName
{
border-color: #4B7623;
}
.TagClassName
{
border-color: #4B7623;
}
</style>