Shades of Clover #4C572F
Tints of Clover #4C572F
RGB
CMYK
RGB Variations
Color information
#4C572F (or 0x4C572F) is known color: Clover. HEX triplet: 4C, 57 and 2F. RGB value is (76,87,47). Sum of RGB (Red+Green+Blue) = 76+87+47=210 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.19% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 87 - color contains mainly: green. Hex color #4C572F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C572F is #B3A8D0. Grayscale: #4F4F4F. Windows color (decimal): -11774161 or 3102540. OLE color: 3102540.
HSL color Cylindrical-coordinate representation of color #4C572F: hue angle of 76.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C572F is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 76 | 87 | 47 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.66 |
| HSL | 76.5º | 0.3% | 0.26% | - |
| HSV(B) | 76.5º | 0.46% | 0.34% | - |
| XYZ | 6.9 | 8.56 | 3.98 | - |
| YUV | 79.15 | 109.86 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 87 | 47 | 0.13 | 0 | 0.46 | 0.66 | 76.5 | 0.3 | 0.26 |
| Hex | 4C | 57 | 2F | D | 0 | 2E | 42 | 4C | 1E | 1A |
| Octal | 114 | 127 | 57 | 15 | 0 | 56 | 102 | 114 | 36 | 32 |
| Binary | 1001100 | 1010111 | 101111 | 1101 | 0 | 101110 | 1000010 | 1001100 | 11110 | 11010 |
Color Harmonies of #4C572F
Complementary color
Monochromatic Colors of #4C572F
Black with #4C572F
Text Example
Text Example
White with #4C572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C572F; }
p { color: rgb(76,87,47); }
H1.HeaderClassName
{
color: #4C572F;
}
.AnyTagClassName
{
color: #4C572F;
}
</style>
background-color css
<style>
a { background-color: #4C572F; }
a { background-color: rgb(76,87,47); }
div.DivClassName
{
background-color: #4C572F;
}
.BgClassName
{
background-color: #4C572F;
}
</style>
border-color css
<style>
span { border-color: #4C572F; }
span { border-color: rgb(76,87,47); }
td.TdClassName
{
border-color: #4C572F;
}
.TagClassName
{
border-color: #4C572F;
}
</style>