Shades of Clover #40572C
Tints of Clover #40572C
RGB
CMYK
RGB Variations
Color information
#40572C (or 0x40572C) is known color: Clover. HEX triplet: 40, 57 and 2C. RGB value is (64,87,44). Sum of RGB (Red+Green+Blue) = 64+87+44=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 87 (34.38% from 255 or 44.62% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 87 - color contains mainly: green. Hex color #40572C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40572C is #BFA8D3. Grayscale: #4B4B4B. Windows color (decimal): -12560596 or 2905920. OLE color: 2905920.
HSL color Cylindrical-coordinate representation of color #40572C: hue angle of 92.09º 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 #40572C is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 87 | 44 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.66 |
| HSL | 92.09º | 0.33% | 0.26% | - |
| HSV(B) | 92.09º | 0.49% | 0.34% | - |
| XYZ | 5.98 | 8.09 | 3.63 | - |
| YUV | 75.22 | 110.38 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 87 | 44 | 0.26 | 0 | 0.49 | 0.66 | 92.09 | 0.33 | 0.26 |
| Hex | 40 | 57 | 2C | 1A | 0 | 31 | 42 | 5C | 21 | 1A |
| Octal | 100 | 127 | 54 | 32 | 0 | 61 | 102 | 134 | 41 | 32 |
| Binary | 1000000 | 1010111 | 101100 | 11010 | 0 | 110001 | 1000010 | 1011100 | 100001 | 11010 |
Color Harmonies of #40572C
Complementary color
Monochromatic Colors of #40572C
Black with #40572C
Text Example
Text Example
White with #40572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40572C; }
p { color: rgb(64,87,44); }
H1.HeaderClassName
{
color: #40572C;
}
.AnyTagClassName
{
color: #40572C;
}
</style>
background-color css
<style>
a { background-color: #40572C; }
a { background-color: rgb(64,87,44); }
div.DivClassName
{
background-color: #40572C;
}
.BgClassName
{
background-color: #40572C;
}
</style>
border-color css
<style>
span { border-color: #40572C; }
span { border-color: rgb(64,87,44); }
td.TdClassName
{
border-color: #40572C;
}
.TagClassName
{
border-color: #40572C;
}
</style>