Shades of Clover #465630
Tints of Clover #465630
RGB
CMYK
RGB Variations
Color information
#465630 (or 0x465630) is known color: Clover. HEX triplet: 46, 56 and 30. RGB value is (70,86,48). Sum of RGB (Red+Green+Blue) = 70+86+48=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 86 - color contains mainly: green. Hex color #465630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465630 is #B9A9CF. Grayscale: #4D4D4D. Windows color (decimal): -12167632 or 3167814. OLE color: 3167814.
HSL color Cylindrical-coordinate representation of color #465630: hue angle of 85.26º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #465630 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 70 | 86 | 48 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.66 |
| HSL | 85.26º | 0.28% | 0.26% | - |
| HSV(B) | 85.26º | 0.44% | 0.34% | - |
| XYZ | 6.39 | 8.17 | 4.04 | - |
| YUV | 76.88 | 111.7 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 86 | 48 | 0.19 | 0 | 0.44 | 0.66 | 85.26 | 0.28 | 0.26 |
| Hex | 46 | 56 | 30 | 13 | 0 | 2C | 42 | 55 | 1C | 1A |
| Octal | 106 | 126 | 60 | 23 | 0 | 54 | 102 | 125 | 34 | 32 |
| Binary | 1000110 | 1010110 | 110000 | 10011 | 0 | 101100 | 1000010 | 1010101 | 11100 | 11010 |
Color Harmonies of #465630
Complementary color
Monochromatic Colors of #465630
Black with #465630
Text Example
Text Example
White with #465630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465630; }
p { color: rgb(70,86,48); }
H1.HeaderClassName
{
color: #465630;
}
.AnyTagClassName
{
color: #465630;
}
</style>
background-color css
<style>
a { background-color: #465630; }
a { background-color: rgb(70,86,48); }
div.DivClassName
{
background-color: #465630;
}
.BgClassName
{
background-color: #465630;
}
</style>
border-color css
<style>
span { border-color: #465630; }
span { border-color: rgb(70,86,48); }
td.TdClassName
{
border-color: #465630;
}
.TagClassName
{
border-color: #465630;
}
</style>