Shades of Green Leaf #4B6528
Tints of Green Leaf #4B6528
RGB
CMYK
RGB Variations
Color information
#4B6528 (or 0x4B6528) is known color: Green Leaf. HEX triplet: 4B, 65 and 28. RGB value is (75,101,40). Sum of RGB (Red+Green+Blue) = 75+101+40=216 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.72% from 216); Green value is 101 (39.84% from 255 or 46.76% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 101 - color contains mainly: green. Hex color #4B6528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6528 is #B49AD7. Grayscale: #565656. Windows color (decimal): -11836120 or 2647371. OLE color: 2647371.
HSL color Cylindrical-coordinate representation of color #4B6528: hue angle of 85.57º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B6528 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 101 | 40 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.60 |
| HSL | 85.57º | 0.43% | 0.28% | - |
| HSV(B) | 85.57º | 0.6% | 0.4% | - |
| XYZ | 7.94 | 10.96 | 3.7 | - |
| YUV | 86.27 | 101.89 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 101 | 40 | 0.26 | 0 | 0.60 | 0.60 | 85.57 | 0.43 | 0.28 |
| Hex | 4B | 65 | 28 | 1A | 0 | 3C | 3C | 56 | 2B | 1C |
| Octal | 113 | 145 | 50 | 32 | 0 | 74 | 74 | 126 | 53 | 34 |
| Binary | 1001011 | 1100101 | 101000 | 11010 | 0 | 111100 | 111100 | 1010110 | 101011 | 11100 |
Color Harmonies of #4B6528
Complementary color
Monochromatic Colors of #4B6528
Black with #4B6528
Text Example
Text Example
White with #4B6528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6528; }
p { color: rgb(75,101,40); }
H1.HeaderClassName
{
color: #4B6528;
}
.AnyTagClassName
{
color: #4B6528;
}
</style>
background-color css
<style>
a { background-color: #4B6528; }
a { background-color: rgb(75,101,40); }
div.DivClassName
{
background-color: #4B6528;
}
.BgClassName
{
background-color: #4B6528;
}
</style>
border-color css
<style>
span { border-color: #4B6528; }
span { border-color: rgb(75,101,40); }
td.TdClassName
{
border-color: #4B6528;
}
.TagClassName
{
border-color: #4B6528;
}
</style>