Shades of Green Leaf #4B6B28
Tints of Green Leaf #4B6B28
RGB
CMYK
RGB Variations
Color information
#4B6B28 (or 0x4B6B28) is known color: Green Leaf. HEX triplet: 4B, 6B and 28. RGB value is (75,107,40). Sum of RGB (Red+Green+Blue) = 75+107+40=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 107 - color contains mainly: green. Hex color #4B6B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6B28 is #B494D7. Grayscale: #5A5A5A. Windows color (decimal): -11834584 or 2648907. OLE color: 2648907.
HSL color Cylindrical-coordinate representation of color #4B6B28: hue angle of 88.66º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B6B28 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 107 | 40 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.58 |
| HSL | 88.66º | 0.46% | 0.29% | - |
| HSV(B) | 88.66º | 0.63% | 0.42% | - |
| XYZ | 8.54 | 12.16 | 3.91 | - |
| YUV | 89.79 | 99.9 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 107 | 40 | 0.30 | 0 | 0.63 | 0.58 | 88.66 | 0.46 | 0.29 |
| Hex | 4B | 6B | 28 | 1E | 0 | 3F | 3A | 59 | 2E | 1D |
| Octal | 113 | 153 | 50 | 36 | 0 | 77 | 72 | 131 | 56 | 35 |
| Binary | 1001011 | 1101011 | 101000 | 11110 | 0 | 111111 | 111010 | 1011001 | 101110 | 11101 |
Color Harmonies of #4B6B28
Complementary color
Monochromatic Colors of #4B6B28
Black with #4B6B28
Text Example
Text Example
White with #4B6B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6B28; }
p { color: rgb(75,107,40); }
H1.HeaderClassName
{
color: #4B6B28;
}
.AnyTagClassName
{
color: #4B6B28;
}
</style>
background-color css
<style>
a { background-color: #4B6B28; }
a { background-color: rgb(75,107,40); }
div.DivClassName
{
background-color: #4B6B28;
}
.BgClassName
{
background-color: #4B6B28;
}
</style>
border-color css
<style>
span { border-color: #4B6B28; }
span { border-color: rgb(75,107,40); }
td.TdClassName
{
border-color: #4B6B28;
}
.TagClassName
{
border-color: #4B6B28;
}
</style>