Shades of Green Leaf #4B7426
Tints of Green Leaf #4B7426
RGB
CMYK
RGB Variations
Color information
#4B7426 (or 0x4B7426) is known color: Green Leaf. HEX triplet: 4B, 74 and 26. RGB value is (75,116,38). Sum of RGB (Red+Green+Blue) = 75+116+38=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 116 (45.70% from 255 or 50.66% from 229); Blue value is 38 (15.23% from 255 or 16.59% from 229); Max value from RGB is 116 - color contains mainly: green. Hex color #4B7426 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7426 is #B48BD9. Grayscale: #5F5F5F. Windows color (decimal): -11832282 or 2520139. OLE color: 2520139.
HSL color Cylindrical-coordinate representation of color #4B7426: hue angle of 91.54º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B7426 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 116 | 38 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.55 |
| HSL | 91.54º | 0.51% | 0.3% | - |
| HSV(B) | 91.54º | 0.67% | 0.45% | - |
| XYZ | 9.5 | 14.13 | 4.06 | - |
| YUV | 94.85 | 95.92 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 116 | 38 | 0.35 | 0 | 0.67 | 0.55 | 91.54 | 0.51 | 0.3 |
| Hex | 4B | 74 | 26 | 23 | 0 | 43 | 37 | 5C | 33 | 1E |
| Octal | 113 | 164 | 46 | 43 | 0 | 103 | 67 | 134 | 63 | 36 |
| Binary | 1001011 | 1110100 | 100110 | 100011 | 0 | 1000011 | 110111 | 1011100 | 110011 | 11110 |
Color Harmonies of #4B7426
Complementary color
Monochromatic Colors of #4B7426
Black with #4B7426
Text Example
Text Example
White with #4B7426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7426; }
p { color: rgb(75,116,38); }
H1.HeaderClassName
{
color: #4B7426;
}
.AnyTagClassName
{
color: #4B7426;
}
</style>
background-color css
<style>
a { background-color: #4B7426; }
a { background-color: rgb(75,116,38); }
div.DivClassName
{
background-color: #4B7426;
}
.BgClassName
{
background-color: #4B7426;
}
</style>
border-color css
<style>
span { border-color: #4B7426; }
span { border-color: rgb(75,116,38); }
td.TdClassName
{
border-color: #4B7426;
}
.TagClassName
{
border-color: #4B7426;
}
</style>