Shades of Clover #465432
Tints of Clover #465432
RGB
CMYK
RGB Variations
Color information
#465432 (or 0x465432) is known color: Clover. HEX triplet: 46, 54 and 32. RGB value is (70,84,50). Sum of RGB (Red+Green+Blue) = 70+84+50=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 84 - color contains mainly: green. Hex color #465432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465432 is #B9ABCD. Grayscale: #4C4C4C. Windows color (decimal): -12168142 or 3298374. OLE color: 3298374.
HSL color Cylindrical-coordinate representation of color #465432: hue angle of 84.71º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465432 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 84 | 50 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.67 |
| HSL | 84.71º | 0.25% | 0.26% | - |
| HSV(B) | 84.71º | 0.4% | 0.33% | - |
| XYZ | 6.27 | 7.87 | 4.21 | - |
| YUV | 75.94 | 113.36 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 84 | 50 | 0.17 | 0 | 0.40 | 0.67 | 84.71 | 0.25 | 0.26 |
| Hex | 46 | 54 | 32 | 11 | 0 | 28 | 43 | 55 | 19 | 1A |
| Octal | 106 | 124 | 62 | 21 | 0 | 50 | 103 | 125 | 31 | 32 |
| Binary | 1000110 | 1010100 | 110010 | 10001 | 0 | 101000 | 1000011 | 1010101 | 11001 | 11010 |
Color Harmonies of #465432
Complementary color
Monochromatic Colors of #465432
Black with #465432
Text Example
Text Example
White with #465432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465432; }
p { color: rgb(70,84,50); }
H1.HeaderClassName
{
color: #465432;
}
.AnyTagClassName
{
color: #465432;
}
</style>
background-color css
<style>
a { background-color: #465432; }
a { background-color: rgb(70,84,50); }
div.DivClassName
{
background-color: #465432;
}
.BgClassName
{
background-color: #465432;
}
</style>
border-color css
<style>
span { border-color: #465432; }
span { border-color: rgb(70,84,50); }
td.TdClassName
{
border-color: #465432;
}
.TagClassName
{
border-color: #465432;
}
</style>