Shades of Clover #465722
Tints of Clover #465722
RGB
CMYK
RGB Variations
Color information
#465722 (or 0x465722) is known color: Clover. HEX triplet: 46, 57 and 22. RGB value is (70,87,34). Sum of RGB (Red+Green+Blue) = 70+87+34=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 87 - color contains mainly: green. Hex color #465722 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465722 is #B9A8DD. Grayscale: #4C4C4C. Windows color (decimal): -12167390 or 2250566. OLE color: 2250566.
HSL color Cylindrical-coordinate representation of color #465722: hue angle of 79.25º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #465722 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 70 | 87 | 34 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.66 |
| HSL | 79.25º | 0.44% | 0.24% | - |
| HSV(B) | 79.25º | 0.61% | 0.34% | - |
| XYZ | 6.22 | 8.23 | 2.77 | - |
| YUV | 75.88 | 104.37 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 87 | 34 | 0.20 | 0 | 0.61 | 0.66 | 79.25 | 0.44 | 0.24 |
| Hex | 46 | 57 | 22 | 14 | 0 | 3D | 42 | 4F | 2C | 18 |
| Octal | 106 | 127 | 42 | 24 | 0 | 75 | 102 | 117 | 54 | 30 |
| Binary | 1000110 | 1010111 | 100010 | 10100 | 0 | 111101 | 1000010 | 1001111 | 101100 | 11000 |
Color Harmonies of #465722
Complementary color
Monochromatic Colors of #465722
Black with #465722
Text Example
Text Example
White with #465722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465722; }
p { color: rgb(70,87,34); }
H1.HeaderClassName
{
color: #465722;
}
.AnyTagClassName
{
color: #465722;
}
</style>
background-color css
<style>
a { background-color: #465722; }
a { background-color: rgb(70,87,34); }
div.DivClassName
{
background-color: #465722;
}
.BgClassName
{
background-color: #465722;
}
</style>
border-color css
<style>
span { border-color: #465722; }
span { border-color: rgb(70,87,34); }
td.TdClassName
{
border-color: #465722;
}
.TagClassName
{
border-color: #465722;
}
</style>