Shades of Green Leaf #4B7114
Tints of Green Leaf #4B7114
RGB
CMYK
RGB Variations
Color information
#4B7114 (or 0x4B7114) is known color: Green Leaf. HEX triplet: 4B, 71 and 14. RGB value is (75,113,20). Sum of RGB (Red+Green+Blue) = 75+113+20=208 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.06% from 208); Green value is 113 (44.53% from 255 or 54.33% from 208); Blue value is 20 (8.20% from 255 or 9.62% from 208); Max value from RGB is 113 - color contains mainly: green. Hex color #4B7114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7114 is #B48EEB. Grayscale: #5B5B5B. Windows color (decimal): -11833068 or 1339723. OLE color: 1339723.
HSL color Cylindrical-coordinate representation of color #4B7114: hue angle of 84.52º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B7114 is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 113 | 20 | - |
| CMYK | 0.34 | 0 | 0.82 | 0.56 |
| HSL | 84.52º | 0.7% | 0.26% | - |
| HSV(B) | 84.52º | 0.82% | 0.44% | - |
| XYZ | 8.93 | 13.36 | 2.77 | - |
| YUV | 91.04 | 87.91 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 113 | 20 | 0.34 | 0 | 0.82 | 0.56 | 84.52 | 0.7 | 0.26 |
| Hex | 4B | 71 | 14 | 22 | 0 | 52 | 38 | 55 | 46 | 1A |
| Octal | 113 | 161 | 24 | 42 | 0 | 122 | 70 | 125 | 106 | 32 |
| Binary | 1001011 | 1110001 | 10100 | 100010 | 0 | 1010010 | 111000 | 1010101 | 1000110 | 11010 |
Color Harmonies of #4B7114
Complementary color
Monochromatic Colors of #4B7114
Black with #4B7114
Text Example
Text Example
White with #4B7114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7114; }
p { color: rgb(75,113,20); }
H1.HeaderClassName
{
color: #4B7114;
}
.AnyTagClassName
{
color: #4B7114;
}
</style>
background-color css
<style>
a { background-color: #4B7114; }
a { background-color: rgb(75,113,20); }
div.DivClassName
{
background-color: #4B7114;
}
.BgClassName
{
background-color: #4B7114;
}
</style>
border-color css
<style>
span { border-color: #4B7114; }
span { border-color: rgb(75,113,20); }
td.TdClassName
{
border-color: #4B7114;
}
.TagClassName
{
border-color: #4B7114;
}
</style>