Shades of Green Leaf #4B701B
Tints of Green Leaf #4B701B
RGB
CMYK
RGB Variations
Color information
#4B701B (or 0x4B701B) is known color: Green Leaf. HEX triplet: 4B, 70 and 1B. RGB value is (75,112,27). Sum of RGB (Red+Green+Blue) = 75+112+27=214 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.05% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #4B701B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B701B is #B48FE4. Grayscale: #5B5B5B. Windows color (decimal): -11833317 or 1798219. OLE color: 1798219.
HSL color Cylindrical-coordinate representation of color #4B701B: hue angle of 86.12º 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 #4B701B is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 112 | 27 | - |
| CMYK | 0.33 | 0 | 0.76 | 0.56 |
| HSL | 86.12º | 0.61% | 0.27% | - |
| HSV(B) | 86.12º | 0.76% | 0.44% | - |
| XYZ | 8.89 | 13.16 | 3.11 | - |
| YUV | 91.25 | 91.74 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 112 | 27 | 0.33 | 0 | 0.76 | 0.56 | 86.12 | 0.61 | 0.27 |
| Hex | 4B | 70 | 1B | 21 | 0 | 4C | 38 | 56 | 3D | 1B |
| Octal | 113 | 160 | 33 | 41 | 0 | 114 | 70 | 126 | 75 | 33 |
| Binary | 1001011 | 1110000 | 11011 | 100001 | 0 | 1001100 | 111000 | 1010110 | 111101 | 11011 |
Color Harmonies of #4B701B
Complementary color
Monochromatic Colors of #4B701B
Black with #4B701B
Text Example
Text Example
White with #4B701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B701B; }
p { color: rgb(75,112,27); }
H1.HeaderClassName
{
color: #4B701B;
}
.AnyTagClassName
{
color: #4B701B;
}
</style>
background-color css
<style>
a { background-color: #4B701B; }
a { background-color: rgb(75,112,27); }
div.DivClassName
{
background-color: #4B701B;
}
.BgClassName
{
background-color: #4B701B;
}
</style>
border-color css
<style>
span { border-color: #4B701B; }
span { border-color: rgb(75,112,27); }
td.TdClassName
{
border-color: #4B701B;
}
.TagClassName
{
border-color: #4B701B;
}
</style>