Shades of Green Leaf #4B711B
Tints of Green Leaf #4B711B
RGB
CMYK
RGB Variations
Color information
#4B711B (or 0x4B711B) is known color: Green Leaf. HEX triplet: 4B, 71 and 1B. RGB value is (75,113,27). Sum of RGB (Red+Green+Blue) = 75+113+27=215 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.88% from 215); Green value is 113 (44.53% from 255 or 52.56% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 113 - color contains mainly: green. Hex color #4B711B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B711B is #B48EE4. Grayscale: #5C5C5C. Windows color (decimal): -11833061 or 1798475. OLE color: 1798475.
HSL color Cylindrical-coordinate representation of color #4B711B: hue angle of 86.51º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B711B is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 113 | 27 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.56 |
| HSL | 86.51º | 0.61% | 0.27% | - |
| HSV(B) | 86.51º | 0.76% | 0.44% | - |
| XYZ | 9 | 13.39 | 3.15 | - |
| YUV | 91.83 | 91.41 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 113 | 27 | 0.34 | 0 | 0.76 | 0.56 | 86.51 | 0.61 | 0.27 |
| Hex | 4B | 71 | 1B | 22 | 0 | 4C | 38 | 57 | 3D | 1B |
| Octal | 113 | 161 | 33 | 42 | 0 | 114 | 70 | 127 | 75 | 33 |
| Binary | 1001011 | 1110001 | 11011 | 100010 | 0 | 1001100 | 111000 | 1010111 | 111101 | 11011 |
Color Harmonies of #4B711B
Complementary color
Monochromatic Colors of #4B711B
Black with #4B711B
Text Example
Text Example
White with #4B711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B711B; }
p { color: rgb(75,113,27); }
H1.HeaderClassName
{
color: #4B711B;
}
.AnyTagClassName
{
color: #4B711B;
}
</style>
background-color css
<style>
a { background-color: #4B711B; }
a { background-color: rgb(75,113,27); }
div.DivClassName
{
background-color: #4B711B;
}
.BgClassName
{
background-color: #4B711B;
}
</style>
border-color css
<style>
span { border-color: #4B711B; }
span { border-color: rgb(75,113,27); }
td.TdClassName
{
border-color: #4B711B;
}
.TagClassName
{
border-color: #4B711B;
}
</style>