Shades of Clover #46522D
Tints of Clover #46522D
RGB
CMYK
RGB Variations
Color information
#46522D (or 0x46522D) is known color: Clover. HEX triplet: 46, 52 and 2D. RGB value is (70,82,45). Sum of RGB (Red+Green+Blue) = 70+82+45=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 82 - color contains mainly: green. Hex color #46522D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46522D is #B9ADD2. Grayscale: #4A4A4A. Windows color (decimal): -12168659 or 2970182. OLE color: 2970182.
HSL color Cylindrical-coordinate representation of color #46522D: hue angle of 79.46º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #46522D is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 82 | 45 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.68 |
| HSL | 79.46º | 0.29% | 0.25% | - |
| HSV(B) | 79.46º | 0.45% | 0.32% | - |
| XYZ | 6.02 | 7.53 | 3.62 | - |
| YUV | 74.19 | 111.52 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 45 | 0.15 | 0 | 0.45 | 0.68 | 79.46 | 0.29 | 0.25 |
| Hex | 46 | 52 | 2D | F | 0 | 2D | 44 | 4F | 1D | 19 |
| Octal | 106 | 122 | 55 | 17 | 0 | 55 | 104 | 117 | 35 | 31 |
| Binary | 1000110 | 1010010 | 101101 | 1111 | 0 | 101101 | 1000100 | 1001111 | 11101 | 11001 |
Color Harmonies of #46522D
Complementary color
Monochromatic Colors of #46522D
Black with #46522D
Text Example
Text Example
White with #46522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46522D; }
p { color: rgb(70,82,45); }
H1.HeaderClassName
{
color: #46522D;
}
.AnyTagClassName
{
color: #46522D;
}
</style>
background-color css
<style>
a { background-color: #46522D; }
a { background-color: rgb(70,82,45); }
div.DivClassName
{
background-color: #46522D;
}
.BgClassName
{
background-color: #46522D;
}
</style>
border-color css
<style>
span { border-color: #46522D; }
span { border-color: rgb(70,82,45); }
td.TdClassName
{
border-color: #46522D;
}
.TagClassName
{
border-color: #46522D;
}
</style>