Shades of Clover #4B5F32
Tints of Clover #4B5F32
RGB
CMYK
RGB Variations
Color information
#4B5F32 (or 0x4B5F32) is known color: Clover. HEX triplet: 4B, 5F and 32. RGB value is (75,95,50). Sum of RGB (Red+Green+Blue) = 75+95+50=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 95 - color contains mainly: green. Hex color #4B5F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5F32 is #B4A0CD. Grayscale: #545454. Windows color (decimal): -11837646 or 3301195. OLE color: 3301195.
HSL color Cylindrical-coordinate representation of color #4B5F32: hue angle of 86.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B5F32 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 75 | 95 | 50 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.63 |
| HSL | 86.67º | 0.31% | 0.28% | - |
| HSV(B) | 86.67º | 0.47% | 0.37% | - |
| XYZ | 7.57 | 9.91 | 4.53 | - |
| YUV | 83.89 | 108.87 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 95 | 50 | 0.21 | 0 | 0.47 | 0.63 | 86.67 | 0.31 | 0.28 |
| Hex | 4B | 5F | 32 | 15 | 0 | 2F | 3F | 57 | 1F | 1C |
| Octal | 113 | 137 | 62 | 25 | 0 | 57 | 77 | 127 | 37 | 34 |
| Binary | 1001011 | 1011111 | 110010 | 10101 | 0 | 101111 | 111111 | 1010111 | 11111 | 11100 |
Color Harmonies of #4B5F32
Complementary color
Monochromatic Colors of #4B5F32
Black with #4B5F32
Text Example
Text Example
White with #4B5F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5F32; }
p { color: rgb(75,95,50); }
H1.HeaderClassName
{
color: #4B5F32;
}
.AnyTagClassName
{
color: #4B5F32;
}
</style>
background-color css
<style>
a { background-color: #4B5F32; }
a { background-color: rgb(75,95,50); }
div.DivClassName
{
background-color: #4B5F32;
}
.BgClassName
{
background-color: #4B5F32;
}
</style>
border-color css
<style>
span { border-color: #4B5F32; }
span { border-color: rgb(75,95,50); }
td.TdClassName
{
border-color: #4B5F32;
}
.TagClassName
{
border-color: #4B5F32;
}
</style>