Shades of Green Leaf #4B711A
Tints of Green Leaf #4B711A
RGB
CMYK
RGB Variations
Color information
#4B711A (or 0x4B711A) is known color: Green Leaf. HEX triplet: 4B, 71 and 1A. RGB value is (75,113,26). Sum of RGB (Red+Green+Blue) = 75+113+26=214 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.05% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #4B711A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B711A is #B48EE5. Grayscale: #5C5C5C. Windows color (decimal): -11833062 or 1732939. OLE color: 1732939.
HSL color Cylindrical-coordinate representation of color #4B711A: hue angle of 86.21º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B711A is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 113 | 26 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.56 |
| HSL | 86.21º | 0.63% | 0.27% | - |
| HSV(B) | 86.21º | 0.77% | 0.44% | - |
| XYZ | 8.99 | 13.38 | 3.09 | - |
| YUV | 91.72 | 90.91 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 113 | 26 | 0.34 | 0 | 0.77 | 0.56 | 86.21 | 0.63 | 0.27 |
| Hex | 4B | 71 | 1A | 22 | 0 | 4D | 38 | 56 | 3F | 1B |
| Octal | 113 | 161 | 32 | 42 | 0 | 115 | 70 | 126 | 77 | 33 |
| Binary | 1001011 | 1110001 | 11010 | 100010 | 0 | 1001101 | 111000 | 1010110 | 111111 | 11011 |
Color Harmonies of #4B711A
Complementary color
Monochromatic Colors of #4B711A
Black with #4B711A
Text Example
Text Example
White with #4B711A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B711A; }
p { color: rgb(75,113,26); }
H1.HeaderClassName
{
color: #4B711A;
}
.AnyTagClassName
{
color: #4B711A;
}
</style>
background-color css
<style>
a { background-color: #4B711A; }
a { background-color: rgb(75,113,26); }
div.DivClassName
{
background-color: #4B711A;
}
.BgClassName
{
background-color: #4B711A;
}
</style>
border-color css
<style>
span { border-color: #4B711A; }
span { border-color: rgb(75,113,26); }
td.TdClassName
{
border-color: #4B711A;
}
.TagClassName
{
border-color: #4B711A;
}
</style>