Shades of Clover #4A572C
Tints of Clover #4A572C
RGB
CMYK
RGB Variations
Color information
#4A572C (or 0x4A572C) is known color: Clover. HEX triplet: 4A, 57 and 2C. RGB value is (74,87,44). Sum of RGB (Red+Green+Blue) = 74+87+44=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 87 - color contains mainly: green. Hex color #4A572C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A572C is #B5A8D3. Grayscale: #4E4E4E. Windows color (decimal): -11905236 or 2905930. OLE color: 2905930.
HSL color Cylindrical-coordinate representation of color #4A572C: hue angle of 78.14º 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 #4A572C is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 87 | 44 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.66 |
| HSL | 78.14º | 0.33% | 0.26% | - |
| HSV(B) | 78.14º | 0.49% | 0.34% | - |
| XYZ | 6.69 | 8.45 | 3.66 | - |
| YUV | 78.21 | 108.69 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 87 | 44 | 0.15 | 0 | 0.49 | 0.66 | 78.14 | 0.33 | 0.26 |
| Hex | 4A | 57 | 2C | F | 0 | 31 | 42 | 4E | 21 | 1A |
| Octal | 112 | 127 | 54 | 17 | 0 | 61 | 102 | 116 | 41 | 32 |
| Binary | 1001010 | 1010111 | 101100 | 1111 | 0 | 110001 | 1000010 | 1001110 | 100001 | 11010 |
Color Harmonies of #4A572C
Complementary color
Monochromatic Colors of #4A572C
Black with #4A572C
Text Example
Text Example
White with #4A572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A572C; }
p { color: rgb(74,87,44); }
H1.HeaderClassName
{
color: #4A572C;
}
.AnyTagClassName
{
color: #4A572C;
}
</style>
background-color css
<style>
a { background-color: #4A572C; }
a { background-color: rgb(74,87,44); }
div.DivClassName
{
background-color: #4A572C;
}
.BgClassName
{
background-color: #4A572C;
}
</style>
border-color css
<style>
span { border-color: #4A572C; }
span { border-color: rgb(74,87,44); }
td.TdClassName
{
border-color: #4A572C;
}
.TagClassName
{
border-color: #4A572C;
}
</style>