Shades of Clover #4A552E
Tints of Clover #4A552E
RGB
CMYK
RGB Variations
Color information
#4A552E (or 0x4A552E) is known color: Clover. HEX triplet: 4A, 55 and 2E. RGB value is (74,85,46). Sum of RGB (Red+Green+Blue) = 74+85+46=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #4A552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A552E is #B5AAD1. Grayscale: #4D4D4D. Windows color (decimal): -11905746 or 3036490. OLE color: 3036490.
HSL color Cylindrical-coordinate representation of color #4A552E: hue angle of 76.92º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A552E is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 85 | 46 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.67 |
| HSL | 76.92º | 0.3% | 0.26% | - |
| HSV(B) | 76.92º | 0.46% | 0.33% | - |
| XYZ | 6.57 | 8.15 | 3.81 | - |
| YUV | 77.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 85 | 46 | 0.13 | 0 | 0.46 | 0.67 | 76.92 | 0.3 | 0.26 |
| Hex | 4A | 55 | 2E | D | 0 | 2E | 43 | 4D | 1E | 1A |
| Octal | 112 | 125 | 56 | 15 | 0 | 56 | 103 | 115 | 36 | 32 |
| Binary | 1001010 | 1010101 | 101110 | 1101 | 0 | 101110 | 1000011 | 1001101 | 11110 | 11010 |
Color Harmonies of #4A552E
Complementary color
Monochromatic Colors of #4A552E
Black with #4A552E
Text Example
Text Example
White with #4A552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A552E; }
p { color: rgb(74,85,46); }
H1.HeaderClassName
{
color: #4A552E;
}
.AnyTagClassName
{
color: #4A552E;
}
</style>
background-color css
<style>
a { background-color: #4A552E; }
a { background-color: rgb(74,85,46); }
div.DivClassName
{
background-color: #4A552E;
}
.BgClassName
{
background-color: #4A552E;
}
</style>
border-color css
<style>
span { border-color: #4A552E; }
span { border-color: rgb(74,85,46); }
td.TdClassName
{
border-color: #4A552E;
}
.TagClassName
{
border-color: #4A552E;
}
</style>