Shades of Clover #4A552C
Tints of Clover #4A552C
RGB
CMYK
RGB Variations
Color information
#4A552C (or 0x4A552C) is known color: Clover. HEX triplet: 4A, 55 and 2C. RGB value is (74,85,44). Sum of RGB (Red+Green+Blue) = 74+85+44=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #4A552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A552C is #B5AAD3. Grayscale: #4D4D4D. Windows color (decimal): -11905748 or 2905418. OLE color: 2905418.
HSL color Cylindrical-coordinate representation of color #4A552C: hue angle of 76.1º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A552C is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 85 | 44 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.67 |
| HSL | 76.1º | 0.32% | 0.25% | - |
| HSV(B) | 76.1º | 0.48% | 0.33% | - |
| XYZ | 6.53 | 8.13 | 3.61 | - |
| YUV | 77.04 | 109.36 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 85 | 44 | 0.13 | 0 | 0.48 | 0.67 | 76.1 | 0.32 | 0.25 |
| Hex | 4A | 55 | 2C | D | 0 | 30 | 43 | 4C | 20 | 19 |
| Octal | 112 | 125 | 54 | 15 | 0 | 60 | 103 | 114 | 40 | 31 |
| Binary | 1001010 | 1010101 | 101100 | 1101 | 0 | 110000 | 1000011 | 1001100 | 100000 | 11001 |
Color Harmonies of #4A552C
Complementary color
Monochromatic Colors of #4A552C
Black with #4A552C
Text Example
Text Example
White with #4A552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A552C; }
p { color: rgb(74,85,44); }
H1.HeaderClassName
{
color: #4A552C;
}
.AnyTagClassName
{
color: #4A552C;
}
</style>
background-color css
<style>
a { background-color: #4A552C; }
a { background-color: rgb(74,85,44); }
div.DivClassName
{
background-color: #4A552C;
}
.BgClassName
{
background-color: #4A552C;
}
</style>
border-color css
<style>
span { border-color: #4A552C; }
span { border-color: rgb(74,85,44); }
td.TdClassName
{
border-color: #4A552C;
}
.TagClassName
{
border-color: #4A552C;
}
</style>