Shades of Green Leaf #4B7325
Tints of Green Leaf #4B7325
RGB
CMYK
RGB Variations
Color information
#4B7325 (or 0x4B7325) is known color: Green Leaf. HEX triplet: 4B, 73 and 25. RGB value is (75,115,37). Sum of RGB (Red+Green+Blue) = 75+115+37=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #4B7325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7325 is #B48CDA. Grayscale: #5E5E5E. Windows color (decimal): -11832539 or 2454347. OLE color: 2454347.
HSL color Cylindrical-coordinate representation of color #4B7325: hue angle of 90.77º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B7325 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 115 | 37 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.55 |
| HSL | 90.77º | 0.51% | 0.3% | - |
| HSV(B) | 90.77º | 0.68% | 0.45% | - |
| XYZ | 9.37 | 13.89 | 3.94 | - |
| YUV | 94.15 | 95.75 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 115 | 37 | 0.35 | 0 | 0.68 | 0.55 | 90.77 | 0.51 | 0.3 |
| Hex | 4B | 73 | 25 | 23 | 0 | 44 | 37 | 5B | 33 | 1E |
| Octal | 113 | 163 | 45 | 43 | 0 | 104 | 67 | 133 | 63 | 36 |
| Binary | 1001011 | 1110011 | 100101 | 100011 | 0 | 1000100 | 110111 | 1011011 | 110011 | 11110 |
Color Harmonies of #4B7325
Complementary color
Monochromatic Colors of #4B7325
Black with #4B7325
Text Example
Text Example
White with #4B7325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7325; }
p { color: rgb(75,115,37); }
H1.HeaderClassName
{
color: #4B7325;
}
.AnyTagClassName
{
color: #4B7325;
}
</style>
background-color css
<style>
a { background-color: #4B7325; }
a { background-color: rgb(75,115,37); }
div.DivClassName
{
background-color: #4B7325;
}
.BgClassName
{
background-color: #4B7325;
}
</style>
border-color css
<style>
span { border-color: #4B7325; }
span { border-color: rgb(75,115,37); }
td.TdClassName
{
border-color: #4B7325;
}
.TagClassName
{
border-color: #4B7325;
}
</style>