Shades of Green Leaf #4B7218
Tints of Green Leaf #4B7218
RGB
CMYK
RGB Variations
Color information
#4B7218 (or 0x4B7218) is known color: Green Leaf. HEX triplet: 4B, 72 and 18. RGB value is (75,114,24). Sum of RGB (Red+Green+Blue) = 75+114+24=213 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.21% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #4B7218 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7218 is #B48DE7. Grayscale: #5C5C5C. Windows color (decimal): -11832808 or 1602123. OLE color: 1602123.
HSL color Cylindrical-coordinate representation of color #4B7218: hue angle of 86º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B7218 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 114 | 24 | - |
| CMYK | 0.34 | 0 | 0.79 | 0.55 |
| HSL | 86º | 0.65% | 0.27% | - |
| HSV(B) | 86º | 0.79% | 0.45% | - |
| XYZ | 9.08 | 13.6 | 3.01 | - |
| YUV | 92.08 | 89.58 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 114 | 24 | 0.34 | 0 | 0.79 | 0.55 | 86 | 0.65 | 0.27 |
| Hex | 4B | 72 | 18 | 22 | 0 | 4F | 37 | 56 | 41 | 1B |
| Octal | 113 | 162 | 30 | 42 | 0 | 117 | 67 | 126 | 101 | 33 |
| Binary | 1001011 | 1110010 | 11000 | 100010 | 0 | 1001111 | 110111 | 1010110 | 1000001 | 11011 |
Color Harmonies of #4B7218
Complementary color
Monochromatic Colors of #4B7218
Black with #4B7218
Text Example
Text Example
White with #4B7218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7218; }
p { color: rgb(75,114,24); }
H1.HeaderClassName
{
color: #4B7218;
}
.AnyTagClassName
{
color: #4B7218;
}
</style>
background-color css
<style>
a { background-color: #4B7218; }
a { background-color: rgb(75,114,24); }
div.DivClassName
{
background-color: #4B7218;
}
.BgClassName
{
background-color: #4B7218;
}
</style>
border-color css
<style>
span { border-color: #4B7218; }
span { border-color: rgb(75,114,24); }
td.TdClassName
{
border-color: #4B7218;
}
.TagClassName
{
border-color: #4B7218;
}
</style>