Shades of Clover #4B5D32
Tints of Clover #4B5D32
RGB
CMYK
RGB Variations
Color information
#4B5D32 (or 0x4B5D32) is known color: Clover. HEX triplet: 4B, 5D and 32. RGB value is (75,93,50). Sum of RGB (Red+Green+Blue) = 75+93+50=218 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.40% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 93 - color contains mainly: green. Hex color #4B5D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5D32 is #B4A2CD. Grayscale: #525252. Windows color (decimal): -11838158 or 3300683. OLE color: 3300683.
HSL color Cylindrical-coordinate representation of color #4B5D32: hue angle of 85.12º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B5D32 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 93 | 50 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.64 |
| HSL | 85.12º | 0.3% | 0.28% | - |
| HSV(B) | 85.12º | 0.46% | 0.36% | - |
| XYZ | 7.39 | 9.55 | 4.47 | - |
| YUV | 82.72 | 109.54 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 93 | 50 | 0.19 | 0 | 0.46 | 0.64 | 85.12 | 0.3 | 0.28 |
| Hex | 4B | 5D | 32 | 13 | 0 | 2E | 40 | 55 | 1E | 1C |
| Octal | 113 | 135 | 62 | 23 | 0 | 56 | 100 | 125 | 36 | 34 |
| Binary | 1001011 | 1011101 | 110010 | 10011 | 0 | 101110 | 1000000 | 1010101 | 11110 | 11100 |
Color Harmonies of #4B5D32
Complementary color
Monochromatic Colors of #4B5D32
Black with #4B5D32
Text Example
Text Example
White with #4B5D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5D32; }
p { color: rgb(75,93,50); }
H1.HeaderClassName
{
color: #4B5D32;
}
.AnyTagClassName
{
color: #4B5D32;
}
</style>
background-color css
<style>
a { background-color: #4B5D32; }
a { background-color: rgb(75,93,50); }
div.DivClassName
{
background-color: #4B5D32;
}
.BgClassName
{
background-color: #4B5D32;
}
</style>
border-color css
<style>
span { border-color: #4B5D32; }
span { border-color: rgb(75,93,50); }
td.TdClassName
{
border-color: #4B5D32;
}
.TagClassName
{
border-color: #4B5D32;
}
</style>