Shades of Clover #46572C
Tints of Clover #46572C
RGB
CMYK
RGB Variations
Color information
#46572C (or 0x46572C) is known color: Clover. HEX triplet: 46, 57 and 2C. RGB value is (70,87,44). Sum of RGB (Red+Green+Blue) = 70+87+44=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 87 - color contains mainly: green. Hex color #46572C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46572C is #B9A8D3. Grayscale: #4D4D4D. Windows color (decimal): -12167380 or 2905926. OLE color: 2905926.
HSL color Cylindrical-coordinate representation of color #46572C: hue angle of 83.72º 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 #46572C is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 70 | 87 | 44 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.66 |
| HSL | 83.72º | 0.33% | 0.26% | - |
| HSV(B) | 83.72º | 0.49% | 0.34% | - |
| XYZ | 6.39 | 8.3 | 3.65 | - |
| YUV | 77.02 | 109.37 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 87 | 44 | 0.20 | 0 | 0.49 | 0.66 | 83.72 | 0.33 | 0.26 |
| Hex | 46 | 57 | 2C | 14 | 0 | 31 | 42 | 54 | 21 | 1A |
| Octal | 106 | 127 | 54 | 24 | 0 | 61 | 102 | 124 | 41 | 32 |
| Binary | 1000110 | 1010111 | 101100 | 10100 | 0 | 110001 | 1000010 | 1010100 | 100001 | 11010 |
Color Harmonies of #46572C
Complementary color
Monochromatic Colors of #46572C
Black with #46572C
Text Example
Text Example
White with #46572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46572C; }
p { color: rgb(70,87,44); }
H1.HeaderClassName
{
color: #46572C;
}
.AnyTagClassName
{
color: #46572C;
}
</style>
background-color css
<style>
a { background-color: #46572C; }
a { background-color: rgb(70,87,44); }
div.DivClassName
{
background-color: #46572C;
}
.BgClassName
{
background-color: #46572C;
}
</style>
border-color css
<style>
span { border-color: #46572C; }
span { border-color: rgb(70,87,44); }
td.TdClassName
{
border-color: #46572C;
}
.TagClassName
{
border-color: #46572C;
}
</style>