Shades of Green Leaf #4B6D28
Tints of Green Leaf #4B6D28
RGB
CMYK
RGB Variations
Color information
#4B6D28 (or 0x4B6D28) is known color: Green Leaf. HEX triplet: 4B, 6D and 28. RGB value is (75,109,40). Sum of RGB (Red+Green+Blue) = 75+109+40=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 109 (42.97% from 255 or 48.66% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 109 - color contains mainly: green. Hex color #4B6D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6D28 is #B492D7. Grayscale: #5B5B5B. Windows color (decimal): -11834072 or 2649419. OLE color: 2649419.
HSL color Cylindrical-coordinate representation of color #4B6D28: hue angle of 89.57º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B6D28 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 109 | 40 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.57 |
| HSL | 89.57º | 0.46% | 0.29% | - |
| HSV(B) | 89.57º | 0.63% | 0.43% | - |
| XYZ | 8.75 | 12.59 | 3.98 | - |
| YUV | 90.97 | 99.24 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 109 | 40 | 0.31 | 0 | 0.63 | 0.57 | 89.57 | 0.46 | 0.29 |
| Hex | 4B | 6D | 28 | 1F | 0 | 3F | 39 | 5A | 2E | 1D |
| Octal | 113 | 155 | 50 | 37 | 0 | 77 | 71 | 132 | 56 | 35 |
| Binary | 1001011 | 1101101 | 101000 | 11111 | 0 | 111111 | 111001 | 1011010 | 101110 | 11101 |
Color Harmonies of #4B6D28
Complementary color
Monochromatic Colors of #4B6D28
Black with #4B6D28
Text Example
Text Example
White with #4B6D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6D28; }
p { color: rgb(75,109,40); }
H1.HeaderClassName
{
color: #4B6D28;
}
.AnyTagClassName
{
color: #4B6D28;
}
</style>
background-color css
<style>
a { background-color: #4B6D28; }
a { background-color: rgb(75,109,40); }
div.DivClassName
{
background-color: #4B6D28;
}
.BgClassName
{
background-color: #4B6D28;
}
</style>
border-color css
<style>
span { border-color: #4B6D28; }
span { border-color: rgb(75,109,40); }
td.TdClassName
{
border-color: #4B6D28;
}
.TagClassName
{
border-color: #4B6D28;
}
</style>