Shades of Green Leaf #4B7819
Tints of Green Leaf #4B7819
RGB
CMYK
RGB Variations
Color information
#4B7819 (or 0x4B7819) is known color: Green Leaf. HEX triplet: 4B, 78 and 19. RGB value is (75,120,25). Sum of RGB (Red+Green+Blue) = 75+120+25=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 120 (47.27% from 255 or 54.55% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 120 - color contains mainly: green. Hex color #4B7819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7819 is #B487E6. Grayscale: #606060. Windows color (decimal): -11831271 or 1669195. OLE color: 1669195.
HSL color Cylindrical-coordinate representation of color #4B7819: hue angle of 88.42º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B7819 is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 120 | 25 | - |
| CMYK | 0.37 | 0 | 0.79 | 0.53 |
| HSL | 88.42º | 0.66% | 0.28% | - |
| HSV(B) | 88.42º | 0.79% | 0.47% | - |
| XYZ | 9.79 | 15 | 3.3 | - |
| YUV | 95.72 | 88.09 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 120 | 25 | 0.37 | 0 | 0.79 | 0.53 | 88.42 | 0.66 | 0.28 |
| Hex | 4B | 78 | 19 | 25 | 0 | 4F | 35 | 58 | 42 | 1C |
| Octal | 113 | 170 | 31 | 45 | 0 | 117 | 65 | 130 | 102 | 34 |
| Binary | 1001011 | 1111000 | 11001 | 100101 | 0 | 1001111 | 110101 | 1011000 | 1000010 | 11100 |
Color Harmonies of #4B7819
Complementary color
Monochromatic Colors of #4B7819
Black with #4B7819
Text Example
Text Example
White with #4B7819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7819; }
p { color: rgb(75,120,25); }
H1.HeaderClassName
{
color: #4B7819;
}
.AnyTagClassName
{
color: #4B7819;
}
</style>
background-color css
<style>
a { background-color: #4B7819; }
a { background-color: rgb(75,120,25); }
div.DivClassName
{
background-color: #4B7819;
}
.BgClassName
{
background-color: #4B7819;
}
</style>
border-color css
<style>
span { border-color: #4B7819; }
span { border-color: rgb(75,120,25); }
td.TdClassName
{
border-color: #4B7819;
}
.TagClassName
{
border-color: #4B7819;
}
</style>