Shades of Clover #4A572E
Tints of Clover #4A572E
RGB
CMYK
RGB Variations
Color information
#4A572E (or 0x4A572E) is known color: Clover. HEX triplet: 4A, 57 and 2E. RGB value is (74,87,46). Sum of RGB (Red+Green+Blue) = 74+87+46=207 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.75% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 87 - color contains mainly: green. Hex color #4A572E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A572E is #B5A8D1. Grayscale: #4E4E4E. Windows color (decimal): -11905234 or 3037002. OLE color: 3037002.
HSL color Cylindrical-coordinate representation of color #4A572E: hue angle of 79.02º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A572E is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 87 | 46 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.66 |
| HSL | 79.02º | 0.31% | 0.26% | - |
| HSV(B) | 79.02º | 0.47% | 0.34% | - |
| XYZ | 6.73 | 8.47 | 3.87 | - |
| YUV | 78.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 87 | 46 | 0.15 | 0 | 0.47 | 0.66 | 79.02 | 0.31 | 0.26 |
| Hex | 4A | 57 | 2E | F | 0 | 2F | 42 | 4F | 1F | 1A |
| Octal | 112 | 127 | 56 | 17 | 0 | 57 | 102 | 117 | 37 | 32 |
| Binary | 1001010 | 1010111 | 101110 | 1111 | 0 | 101111 | 1000010 | 1001111 | 11111 | 11010 |
Color Harmonies of #4A572E
Complementary color
Monochromatic Colors of #4A572E
Black with #4A572E
Text Example
Text Example
White with #4A572E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A572E; }
p { color: rgb(74,87,46); }
H1.HeaderClassName
{
color: #4A572E;
}
.AnyTagClassName
{
color: #4A572E;
}
</style>
background-color css
<style>
a { background-color: #4A572E; }
a { background-color: rgb(74,87,46); }
div.DivClassName
{
background-color: #4A572E;
}
.BgClassName
{
background-color: #4A572E;
}
</style>
border-color css
<style>
span { border-color: #4A572E; }
span { border-color: rgb(74,87,46); }
td.TdClassName
{
border-color: #4A572E;
}
.TagClassName
{
border-color: #4A572E;
}
</style>