Shades of Clover #46522C
Tints of Clover #46522C
RGB
CMYK
RGB Variations
Color information
#46522C (or 0x46522C) is known color: Clover. HEX triplet: 46, 52 and 2C. RGB value is (70,82,44). Sum of RGB (Red+Green+Blue) = 70+82+44=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 82 - color contains mainly: green. Hex color #46522C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46522C is #B9ADD3. Grayscale: #4A4A4A. Windows color (decimal): -12168660 or 2904646. OLE color: 2904646.
HSL color Cylindrical-coordinate representation of color #46522C: hue angle of 78.95º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #46522C is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 82 | 44 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.68 |
| HSL | 78.95º | 0.3% | 0.25% | - |
| HSV(B) | 78.95º | 0.46% | 0.32% | - |
| XYZ | 6 | 7.52 | 3.52 | - |
| YUV | 74.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 44 | 0.15 | 0 | 0.46 | 0.68 | 78.95 | 0.3 | 0.25 |
| Hex | 46 | 52 | 2C | F | 0 | 2E | 44 | 4F | 1E | 19 |
| Octal | 106 | 122 | 54 | 17 | 0 | 56 | 104 | 117 | 36 | 31 |
| Binary | 1000110 | 1010010 | 101100 | 1111 | 0 | 101110 | 1000100 | 1001111 | 11110 | 11001 |
Color Harmonies of #46522C
Complementary color
Monochromatic Colors of #46522C
Black with #46522C
Text Example
Text Example
White with #46522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46522C; }
p { color: rgb(70,82,44); }
H1.HeaderClassName
{
color: #46522C;
}
.AnyTagClassName
{
color: #46522C;
}
</style>
background-color css
<style>
a { background-color: #46522C; }
a { background-color: rgb(70,82,44); }
div.DivClassName
{
background-color: #46522C;
}
.BgClassName
{
background-color: #46522C;
}
</style>
border-color css
<style>
span { border-color: #46522C; }
span { border-color: rgb(70,82,44); }
td.TdClassName
{
border-color: #46522C;
}
.TagClassName
{
border-color: #46522C;
}
</style>