Shades of Clover #40552A
Tints of Clover #40552A
RGB
CMYK
RGB Variations
Color information
#40552A (or 0x40552A) is known color: Clover. HEX triplet: 40, 55 and 2A. RGB value is (64,85,42). Sum of RGB (Red+Green+Blue) = 64+85+42=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #40552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40552A is #BFAAD5. Grayscale: #494949. Windows color (decimal): -12561110 or 2774336. OLE color: 2774336.
HSL color Cylindrical-coordinate representation of color #40552A: hue angle of 89.3º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #40552A is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 85 | 42 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.67 |
| HSL | 89.3º | 0.34% | 0.25% | - |
| HSV(B) | 89.3º | 0.51% | 0.33% | - |
| XYZ | 5.78 | 7.75 | 3.38 | - |
| YUV | 73.82 | 110.04 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 42 | 0.25 | 0 | 0.51 | 0.67 | 89.3 | 0.34 | 0.25 |
| Hex | 40 | 55 | 2A | 19 | 0 | 33 | 43 | 59 | 22 | 19 |
| Octal | 100 | 125 | 52 | 31 | 0 | 63 | 103 | 131 | 42 | 31 |
| Binary | 1000000 | 1010101 | 101010 | 11001 | 0 | 110011 | 1000011 | 1011001 | 100010 | 11001 |
Color Harmonies of #40552A
Complementary color
Monochromatic Colors of #40552A
Black with #40552A
Text Example
Text Example
White with #40552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40552A; }
p { color: rgb(64,85,42); }
H1.HeaderClassName
{
color: #40552A;
}
.AnyTagClassName
{
color: #40552A;
}
</style>
background-color css
<style>
a { background-color: #40552A; }
a { background-color: rgb(64,85,42); }
div.DivClassName
{
background-color: #40552A;
}
.BgClassName
{
background-color: #40552A;
}
</style>
border-color css
<style>
span { border-color: #40552A; }
span { border-color: rgb(64,85,42); }
td.TdClassName
{
border-color: #40552A;
}
.TagClassName
{
border-color: #40552A;
}
</style>