Shades of Clover #4B5C32
Tints of Clover #4B5C32
RGB
CMYK
RGB Variations
Color information
#4B5C32 (or 0x4B5C32) is known color: Clover. HEX triplet: 4B, 5C and 32. RGB value is (75,92,50). Sum of RGB (Red+Green+Blue) = 75+92+50=217 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.56% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 92 - color contains mainly: green. Hex color #4B5C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5C32 is #B4A3CD. Grayscale: #525252. Windows color (decimal): -11838414 or 3300427. OLE color: 3300427.
HSL color Cylindrical-coordinate representation of color #4B5C32: hue angle of 84.29º 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 #4B5C32 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 92 | 50 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.64 |
| HSL | 84.29º | 0.3% | 0.28% | - |
| HSV(B) | 84.29º | 0.46% | 0.36% | - |
| XYZ | 7.3 | 9.38 | 4.44 | - |
| YUV | 82.13 | 109.87 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 92 | 50 | 0.18 | 0 | 0.46 | 0.64 | 84.29 | 0.3 | 0.28 |
| Hex | 4B | 5C | 32 | 12 | 0 | 2E | 40 | 54 | 1E | 1C |
| Octal | 113 | 134 | 62 | 22 | 0 | 56 | 100 | 124 | 36 | 34 |
| Binary | 1001011 | 1011100 | 110010 | 10010 | 0 | 101110 | 1000000 | 1010100 | 11110 | 11100 |
Color Harmonies of #4B5C32
Complementary color
Monochromatic Colors of #4B5C32
Black with #4B5C32
Text Example
Text Example
White with #4B5C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5C32; }
p { color: rgb(75,92,50); }
H1.HeaderClassName
{
color: #4B5C32;
}
.AnyTagClassName
{
color: #4B5C32;
}
</style>
background-color css
<style>
a { background-color: #4B5C32; }
a { background-color: rgb(75,92,50); }
div.DivClassName
{
background-color: #4B5C32;
}
.BgClassName
{
background-color: #4B5C32;
}
</style>
border-color css
<style>
span { border-color: #4B5C32; }
span { border-color: rgb(75,92,50); }
td.TdClassName
{
border-color: #4B5C32;
}
.TagClassName
{
border-color: #4B5C32;
}
</style>