Shades of Clover #465032
Tints of Clover #465032
RGB
CMYK
RGB Variations
Color information
#465032 (or 0x465032) is known color: Clover. HEX triplet: 46, 50 and 32. RGB value is (70,80,50). Sum of RGB (Red+Green+Blue) = 70+80+50=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 80 - color contains mainly: green. Hex color #465032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465032 is #B9AFCD. Grayscale: #494949. Windows color (decimal): -12169166 or 3297350. OLE color: 3297350.
HSL color Cylindrical-coordinate representation of color #465032: hue angle of 80º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #465032 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 80 | 50 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.69 |
| HSL | 80º | 0.23% | 0.25% | - |
| HSV(B) | 80º | 0.38% | 0.31% | - |
| XYZ | 5.97 | 7.27 | 4.11 | - |
| YUV | 73.59 | 114.69 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 50 | 0.12 | 0 | 0.37 | 0.69 | 80 | 0.23 | 0.25 |
| Hex | 46 | 50 | 32 | C | 0 | 25 | 45 | 50 | 17 | 19 |
| Octal | 106 | 120 | 62 | 14 | 0 | 45 | 105 | 120 | 27 | 31 |
| Binary | 1000110 | 1010000 | 110010 | 1100 | 0 | 100101 | 1000101 | 1010000 | 10111 | 11001 |
Color Harmonies of #465032
Complementary color
Monochromatic Colors of #465032
Black with #465032
Text Example
Text Example
White with #465032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465032; }
p { color: rgb(70,80,50); }
H1.HeaderClassName
{
color: #465032;
}
.AnyTagClassName
{
color: #465032;
}
</style>
background-color css
<style>
a { background-color: #465032; }
a { background-color: rgb(70,80,50); }
div.DivClassName
{
background-color: #465032;
}
.BgClassName
{
background-color: #465032;
}
</style>
border-color css
<style>
span { border-color: #465032; }
span { border-color: rgb(70,80,50); }
td.TdClassName
{
border-color: #465032;
}
.TagClassName
{
border-color: #465032;
}
</style>