Shades of Green Leaf #4B7528
Tints of Green Leaf #4B7528
RGB
CMYK
RGB Variations
Color information
#4B7528 (or 0x4B7528) is known color: Green Leaf. HEX triplet: 4B, 75 and 28. RGB value is (75,117,40). Sum of RGB (Red+Green+Blue) = 75+117+40=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #4B7528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7528 is #B48AD7. Grayscale: #5F5F5F. Windows color (decimal): -11832024 or 2651467. OLE color: 2651467.
HSL color Cylindrical-coordinate representation of color #4B7528: hue angle of 92.73º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B7528 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 117 | 40 | - |
| CMYK | 0.36 | 0 | 0.66 | 0.54 |
| HSL | 92.73º | 0.49% | 0.31% | - |
| HSV(B) | 92.73º | 0.66% | 0.46% | - |
| XYZ | 9.65 | 14.37 | 4.27 | - |
| YUV | 95.66 | 96.59 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 117 | 40 | 0.36 | 0 | 0.66 | 0.54 | 92.73 | 0.49 | 0.31 |
| Hex | 4B | 75 | 28 | 24 | 0 | 42 | 36 | 5D | 31 | 1F |
| Octal | 113 | 165 | 50 | 44 | 0 | 102 | 66 | 135 | 61 | 37 |
| Binary | 1001011 | 1110101 | 101000 | 100100 | 0 | 1000010 | 110110 | 1011101 | 110001 | 11111 |
Color Harmonies of #4B7528
Complementary color
Monochromatic Colors of #4B7528
Black with #4B7528
Text Example
Text Example
White with #4B7528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7528; }
p { color: rgb(75,117,40); }
H1.HeaderClassName
{
color: #4B7528;
}
.AnyTagClassName
{
color: #4B7528;
}
</style>
background-color css
<style>
a { background-color: #4B7528; }
a { background-color: rgb(75,117,40); }
div.DivClassName
{
background-color: #4B7528;
}
.BgClassName
{
background-color: #4B7528;
}
</style>
border-color css
<style>
span { border-color: #4B7528; }
span { border-color: rgb(75,117,40); }
td.TdClassName
{
border-color: #4B7528;
}
.TagClassName
{
border-color: #4B7528;
}
</style>