Shades of Green Leaf #4B7125
Tints of Green Leaf #4B7125
RGB
CMYK
RGB Variations
Color information
#4B7125 (or 0x4B7125) is known color: Green Leaf. HEX triplet: 4B, 71 and 25. RGB value is (75,113,37). Sum of RGB (Red+Green+Blue) = 75+113+37=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #4B7125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7125 is #B48EDA. Grayscale: #5D5D5D. Windows color (decimal): -11833051 or 2453835. OLE color: 2453835.
HSL color Cylindrical-coordinate representation of color #4B7125: hue angle of 90º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B7125 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 113 | 37 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.56 |
| HSL | 90º | 0.51% | 0.29% | - |
| HSV(B) | 90º | 0.67% | 0.44% | - |
| XYZ | 9.14 | 13.44 | 3.86 | - |
| YUV | 92.97 | 96.41 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 113 | 37 | 0.34 | 0 | 0.67 | 0.56 | 90 | 0.51 | 0.29 |
| Hex | 4B | 71 | 25 | 22 | 0 | 43 | 38 | 5A | 33 | 1D |
| Octal | 113 | 161 | 45 | 42 | 0 | 103 | 70 | 132 | 63 | 35 |
| Binary | 1001011 | 1110001 | 100101 | 100010 | 0 | 1000011 | 111000 | 1011010 | 110011 | 11101 |
Color Harmonies of #4B7125
Complementary color
Monochromatic Colors of #4B7125
Black with #4B7125
Text Example
Text Example
White with #4B7125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7125; }
p { color: rgb(75,113,37); }
H1.HeaderClassName
{
color: #4B7125;
}
.AnyTagClassName
{
color: #4B7125;
}
</style>
background-color css
<style>
a { background-color: #4B7125; }
a { background-color: rgb(75,113,37); }
div.DivClassName
{
background-color: #4B7125;
}
.BgClassName
{
background-color: #4B7125;
}
</style>
border-color css
<style>
span { border-color: #4B7125; }
span { border-color: rgb(75,113,37); }
td.TdClassName
{
border-color: #4B7125;
}
.TagClassName
{
border-color: #4B7125;
}
</style>