Shades of Green Leaf #4B6529
Tints of Green Leaf #4B6529
RGB
CMYK
RGB Variations
Color information
#4B6529 (or 0x4B6529) is known color: Green Leaf. HEX triplet: 4B, 65 and 29. RGB value is (75,101,41). Sum of RGB (Red+Green+Blue) = 75+101+41=217 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.56% from 217); Green value is 101 (39.84% from 255 or 46.54% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 101 - color contains mainly: green. Hex color #4B6529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6529 is #B49AD6. Grayscale: #565656. Windows color (decimal): -11836119 or 2712907. OLE color: 2712907.
HSL color Cylindrical-coordinate representation of color #4B6529: hue angle of 86º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B6529 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 101 | 41 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.60 |
| HSL | 86º | 0.42% | 0.28% | - |
| HSV(B) | 86º | 0.59% | 0.4% | - |
| XYZ | 7.96 | 10.96 | 3.79 | - |
| YUV | 86.39 | 102.39 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 101 | 41 | 0.26 | 0 | 0.59 | 0.60 | 86 | 0.42 | 0.28 |
| Hex | 4B | 65 | 29 | 1A | 0 | 3B | 3C | 56 | 2A | 1C |
| Octal | 113 | 145 | 51 | 32 | 0 | 73 | 74 | 126 | 52 | 34 |
| Binary | 1001011 | 1100101 | 101001 | 11010 | 0 | 111011 | 111100 | 1010110 | 101010 | 11100 |
Color Harmonies of #4B6529
Complementary color
Monochromatic Colors of #4B6529
Black with #4B6529
Text Example
Text Example
White with #4B6529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6529; }
p { color: rgb(75,101,41); }
H1.HeaderClassName
{
color: #4B6529;
}
.AnyTagClassName
{
color: #4B6529;
}
</style>
background-color css
<style>
a { background-color: #4B6529; }
a { background-color: rgb(75,101,41); }
div.DivClassName
{
background-color: #4B6529;
}
.BgClassName
{
background-color: #4B6529;
}
</style>
border-color css
<style>
span { border-color: #4B6529; }
span { border-color: rgb(75,101,41); }
td.TdClassName
{
border-color: #4B6529;
}
.TagClassName
{
border-color: #4B6529;
}
</style>