Shades of Green Leaf #4B791A
Tints of Green Leaf #4B791A
RGB
CMYK
RGB Variations
Color information
#4B791A (or 0x4B791A) is known color: Green Leaf. HEX triplet: 4B, 79 and 1A. RGB value is (75,121,26). Sum of RGB (Red+Green+Blue) = 75+121+26=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 121 (47.66% from 255 or 54.50% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 121 - color contains mainly: green. Hex color #4B791A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B791A is #B486E5. Grayscale: #606060. Windows color (decimal): -11831014 or 1734987. OLE color: 1734987.
HSL color Cylindrical-coordinate representation of color #4B791A: hue angle of 89.05º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B791A is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 121 | 26 | - |
| CMYK | 0.38 | 0 | 0.79 | 0.53 |
| HSL | 89.05º | 0.65% | 0.29% | - |
| HSV(B) | 89.05º | 0.79% | 0.47% | - |
| XYZ | 9.93 | 15.25 | 3.4 | - |
| YUV | 96.42 | 88.26 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 121 | 26 | 0.38 | 0 | 0.79 | 0.53 | 89.05 | 0.65 | 0.29 |
| Hex | 4B | 79 | 1A | 26 | 0 | 4F | 35 | 59 | 41 | 1D |
| Octal | 113 | 171 | 32 | 46 | 0 | 117 | 65 | 131 | 101 | 35 |
| Binary | 1001011 | 1111001 | 11010 | 100110 | 0 | 1001111 | 110101 | 1011001 | 1000001 | 11101 |
Color Harmonies of #4B791A
Complementary color
Monochromatic Colors of #4B791A
Black with #4B791A
Text Example
Text Example
White with #4B791A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B791A; }
p { color: rgb(75,121,26); }
H1.HeaderClassName
{
color: #4B791A;
}
.AnyTagClassName
{
color: #4B791A;
}
</style>
background-color css
<style>
a { background-color: #4B791A; }
a { background-color: rgb(75,121,26); }
div.DivClassName
{
background-color: #4B791A;
}
.BgClassName
{
background-color: #4B791A;
}
</style>
border-color css
<style>
span { border-color: #4B791A; }
span { border-color: rgb(75,121,26); }
td.TdClassName
{
border-color: #4B791A;
}
.TagClassName
{
border-color: #4B791A;
}
</style>