Shades of Clover #4B5734
Tints of Clover #4B5734
RGB
CMYK
RGB Variations
Color information
#4B5734 (or 0x4B5734) is known color: Clover. HEX triplet: 4B, 57 and 34. RGB value is (75,87,52). Sum of RGB (Red+Green+Blue) = 75+87+52=214 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.05% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 87 - color contains mainly: green. Hex color #4B5734 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5734 is #B4A8CB. Grayscale: #4F4F4F. Windows color (decimal): -11839692 or 3430219. OLE color: 3430219.
HSL color Cylindrical-coordinate representation of color #4B5734: hue angle of 80.57º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B5734 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 75 | 87 | 52 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.66 |
| HSL | 80.57º | 0.25% | 0.27% | - |
| HSV(B) | 80.57º | 0.4% | 0.34% | - |
| XYZ | 6.93 | 8.56 | 4.54 | - |
| YUV | 79.42 | 112.52 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 87 | 52 | 0.14 | 0 | 0.40 | 0.66 | 80.57 | 0.25 | 0.27 |
| Hex | 4B | 57 | 34 | E | 0 | 28 | 42 | 51 | 19 | 1B |
| Octal | 113 | 127 | 64 | 16 | 0 | 50 | 102 | 121 | 31 | 33 |
| Binary | 1001011 | 1010111 | 110100 | 1110 | 0 | 101000 | 1000010 | 1010001 | 11001 | 11011 |
Color Harmonies of #4B5734
Complementary color
Monochromatic Colors of #4B5734
Black with #4B5734
Text Example
Text Example
White with #4B5734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5734; }
p { color: rgb(75,87,52); }
H1.HeaderClassName
{
color: #4B5734;
}
.AnyTagClassName
{
color: #4B5734;
}
</style>
background-color css
<style>
a { background-color: #4B5734; }
a { background-color: rgb(75,87,52); }
div.DivClassName
{
background-color: #4B5734;
}
.BgClassName
{
background-color: #4B5734;
}
</style>
border-color css
<style>
span { border-color: #4B5734; }
span { border-color: rgb(75,87,52); }
td.TdClassName
{
border-color: #4B5734;
}
.TagClassName
{
border-color: #4B5734;
}
</style>