Shades of Clover #465A32
Tints of Clover #465A32
RGB
CMYK
RGB Variations
Color information
#465A32 (or 0x465A32) is known color: Clover. HEX triplet: 46, 5A and 32. RGB value is (70,90,50). Sum of RGB (Red+Green+Blue) = 70+90+50=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 90 - color contains mainly: green. Hex color #465A32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465A32 is #B9A5CD. Grayscale: #4F4F4F. Windows color (decimal): -12166606 or 3299910. OLE color: 3299910.
HSL color Cylindrical-coordinate representation of color #465A32: hue angle of 90º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #465A32 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 90 | 50 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.65 |
| HSL | 90º | 0.29% | 0.27% | - |
| HSV(B) | 90º | 0.44% | 0.35% | - |
| XYZ | 6.76 | 8.84 | 4.37 | - |
| YUV | 79.46 | 111.37 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 50 | 0.22 | 0 | 0.44 | 0.65 | 90 | 0.29 | 0.27 |
| Hex | 46 | 5A | 32 | 16 | 0 | 2C | 41 | 5A | 1D | 1B |
| Octal | 106 | 132 | 62 | 26 | 0 | 54 | 101 | 132 | 35 | 33 |
| Binary | 1000110 | 1011010 | 110010 | 10110 | 0 | 101100 | 1000001 | 1011010 | 11101 | 11011 |
Color Harmonies of #465A32
Complementary color
Monochromatic Colors of #465A32
Black with #465A32
Text Example
Text Example
White with #465A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A32; }
p { color: rgb(70,90,50); }
H1.HeaderClassName
{
color: #465A32;
}
.AnyTagClassName
{
color: #465A32;
}
</style>
background-color css
<style>
a { background-color: #465A32; }
a { background-color: rgb(70,90,50); }
div.DivClassName
{
background-color: #465A32;
}
.BgClassName
{
background-color: #465A32;
}
</style>
border-color css
<style>
span { border-color: #465A32; }
span { border-color: rgb(70,90,50); }
td.TdClassName
{
border-color: #465A32;
}
.TagClassName
{
border-color: #465A32;
}
</style>