Shades of Green Leaf #4B7018
Tints of Green Leaf #4B7018
RGB
CMYK
RGB Variations
Color information
#4B7018 (or 0x4B7018) is known color: Green Leaf. HEX triplet: 4B, 70 and 18. RGB value is (75,112,24). Sum of RGB (Red+Green+Blue) = 75+112+24=211 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.55% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #4B7018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7018 is #B48FE7. Grayscale: #5B5B5B. Windows color (decimal): -11833320 or 1601611. OLE color: 1601611.
HSL color Cylindrical-coordinate representation of color #4B7018: hue angle of 85.23º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B7018 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 112 | 24 | - |
| CMYK | 0.33 | 0 | 0.79 | 0.56 |
| HSL | 85.23º | 0.65% | 0.27% | - |
| HSV(B) | 85.23º | 0.79% | 0.44% | - |
| XYZ | 8.86 | 13.15 | 2.94 | - |
| YUV | 90.91 | 90.24 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 112 | 24 | 0.33 | 0 | 0.79 | 0.56 | 85.23 | 0.65 | 0.27 |
| Hex | 4B | 70 | 18 | 21 | 0 | 4F | 38 | 55 | 41 | 1B |
| Octal | 113 | 160 | 30 | 41 | 0 | 117 | 70 | 125 | 101 | 33 |
| Binary | 1001011 | 1110000 | 11000 | 100001 | 0 | 1001111 | 111000 | 1010101 | 1000001 | 11011 |
Color Harmonies of #4B7018
Complementary color
Monochromatic Colors of #4B7018
Black with #4B7018
Text Example
Text Example
White with #4B7018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7018; }
p { color: rgb(75,112,24); }
H1.HeaderClassName
{
color: #4B7018;
}
.AnyTagClassName
{
color: #4B7018;
}
</style>
background-color css
<style>
a { background-color: #4B7018; }
a { background-color: rgb(75,112,24); }
div.DivClassName
{
background-color: #4B7018;
}
.BgClassName
{
background-color: #4B7018;
}
</style>
border-color css
<style>
span { border-color: #4B7018; }
span { border-color: rgb(75,112,24); }
td.TdClassName
{
border-color: #4B7018;
}
.TagClassName
{
border-color: #4B7018;
}
</style>