Shades of Green Leaf #4B7A19
Tints of Green Leaf #4B7A19
RGB
CMYK
RGB Variations
Color information
#4B7A19 (or 0x4B7A19) is known color: Green Leaf. HEX triplet: 4B, 7A and 19. RGB value is (75,122,25). Sum of RGB (Red+Green+Blue) = 75+122+25=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 122 (48.05% from 255 or 54.95% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 122 - color contains mainly: green. Hex color #4B7A19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7A19 is #B485E6. Grayscale: #616161. Windows color (decimal): -11830759 or 1669707. OLE color: 1669707.
HSL color Cylindrical-coordinate representation of color #4B7A19: hue angle of 89.07º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B7A19 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 75 | 122 | 25 | - |
| CMYK | 0.39 | 0 | 0.80 | 0.52 |
| HSL | 89.07º | 0.66% | 0.29% | - |
| HSV(B) | 89.07º | 0.8% | 0.48% | - |
| XYZ | 10.04 | 15.49 | 3.38 | - |
| YUV | 96.89 | 87.43 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 122 | 25 | 0.39 | 0 | 0.80 | 0.52 | 89.07 | 0.66 | 0.29 |
| Hex | 4B | 7A | 19 | 27 | 0 | 50 | 34 | 59 | 42 | 1D |
| Octal | 113 | 172 | 31 | 47 | 0 | 120 | 64 | 131 | 102 | 35 |
| Binary | 1001011 | 1111010 | 11001 | 100111 | 0 | 1010000 | 110100 | 1011001 | 1000010 | 11101 |
Color Harmonies of #4B7A19
Complementary color
Monochromatic Colors of #4B7A19
Black with #4B7A19
Text Example
Text Example
White with #4B7A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7A19; }
p { color: rgb(75,122,25); }
H1.HeaderClassName
{
color: #4B7A19;
}
.AnyTagClassName
{
color: #4B7A19;
}
</style>
background-color css
<style>
a { background-color: #4B7A19; }
a { background-color: rgb(75,122,25); }
div.DivClassName
{
background-color: #4B7A19;
}
.BgClassName
{
background-color: #4B7A19;
}
</style>
border-color css
<style>
span { border-color: #4B7A19; }
span { border-color: rgb(75,122,25); }
td.TdClassName
{
border-color: #4B7A19;
}
.TagClassName
{
border-color: #4B7A19;
}
</style>