Shades of Green Leaf #4B7822
Tints of Green Leaf #4B7822
RGB
CMYK
RGB Variations
Color information
#4B7822 (or 0x4B7822) is known color: Green Leaf. HEX triplet: 4B, 78 and 22. RGB value is (75,120,34). Sum of RGB (Red+Green+Blue) = 75+120+34=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 120 (47.27% from 255 or 52.40% from 229); Blue value is 34 (13.67% from 255 or 14.85% from 229); Max value from RGB is 120 - color contains mainly: green. Hex color #4B7822 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7822 is #B487DD. Grayscale: #616161. Windows color (decimal): -11831262 or 2259019. OLE color: 2259019.
HSL color Cylindrical-coordinate representation of color #4B7822: hue angle of 91.4º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B7822 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 120 | 34 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.53 |
| HSL | 91.4º | 0.56% | 0.3% | - |
| HSV(B) | 91.4º | 0.72% | 0.47% | - |
| XYZ | 9.91 | 15.04 | 3.9 | - |
| YUV | 96.74 | 92.59 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 120 | 34 | 0.37 | 0 | 0.72 | 0.53 | 91.4 | 0.56 | 0.3 |
| Hex | 4B | 78 | 22 | 25 | 0 | 48 | 35 | 5B | 38 | 1E |
| Octal | 113 | 170 | 42 | 45 | 0 | 110 | 65 | 133 | 70 | 36 |
| Binary | 1001011 | 1111000 | 100010 | 100101 | 0 | 1001000 | 110101 | 1011011 | 111000 | 11110 |
Color Harmonies of #4B7822
Complementary color
Monochromatic Colors of #4B7822
Black with #4B7822
Text Example
Text Example
White with #4B7822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7822; }
p { color: rgb(75,120,34); }
H1.HeaderClassName
{
color: #4B7822;
}
.AnyTagClassName
{
color: #4B7822;
}
</style>
background-color css
<style>
a { background-color: #4B7822; }
a { background-color: rgb(75,120,34); }
div.DivClassName
{
background-color: #4B7822;
}
.BgClassName
{
background-color: #4B7822;
}
</style>
border-color css
<style>
span { border-color: #4B7822; }
span { border-color: rgb(75,120,34); }
td.TdClassName
{
border-color: #4B7822;
}
.TagClassName
{
border-color: #4B7822;
}
</style>