Shades of Clover #4B572C
Tints of Clover #4B572C
RGB
CMYK
RGB Variations
Color information
#4B572C (or 0x4B572C) is known color: Clover. HEX triplet: 4B, 57 and 2C. RGB value is (75,87,44). Sum of RGB (Red+Green+Blue) = 75+87+44=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 87 - color contains mainly: green. Hex color #4B572C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B572C is #B4A8D3. Grayscale: #4E4E4E. Windows color (decimal): -11839700 or 2905931. OLE color: 2905931.
HSL color Cylindrical-coordinate representation of color #4B572C: hue angle of 76.74º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B572C is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 75 | 87 | 44 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.66 |
| HSL | 76.74º | 0.33% | 0.26% | - |
| HSV(B) | 76.74º | 0.49% | 0.34% | - |
| XYZ | 6.76 | 8.49 | 3.67 | - |
| YUV | 78.51 | 108.52 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 87 | 44 | 0.14 | 0 | 0.49 | 0.66 | 76.74 | 0.33 | 0.26 |
| Hex | 4B | 57 | 2C | E | 0 | 31 | 42 | 4D | 21 | 1A |
| Octal | 113 | 127 | 54 | 16 | 0 | 61 | 102 | 115 | 41 | 32 |
| Binary | 1001011 | 1010111 | 101100 | 1110 | 0 | 110001 | 1000010 | 1001101 | 100001 | 11010 |
Color Harmonies of #4B572C
Complementary color
Monochromatic Colors of #4B572C
Black with #4B572C
Text Example
Text Example
White with #4B572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B572C; }
p { color: rgb(75,87,44); }
H1.HeaderClassName
{
color: #4B572C;
}
.AnyTagClassName
{
color: #4B572C;
}
</style>
background-color css
<style>
a { background-color: #4B572C; }
a { background-color: rgb(75,87,44); }
div.DivClassName
{
background-color: #4B572C;
}
.BgClassName
{
background-color: #4B572C;
}
</style>
border-color css
<style>
span { border-color: #4B572C; }
span { border-color: rgb(75,87,44); }
td.TdClassName
{
border-color: #4B572C;
}
.TagClassName
{
border-color: #4B572C;
}
</style>