Shades of Clover #465829
Tints of Clover #465829
RGB
CMYK
RGB Variations
Color information
#465829 (or 0x465829) is known color: Clover. HEX triplet: 46, 58 and 29. RGB value is (70,88,41). Sum of RGB (Red+Green+Blue) = 70+88+41=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 88 - color contains mainly: green. Hex color #465829 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465829 is #B9A7D6. Grayscale: #4D4D4D. Windows color (decimal): -12167127 or 2709574. OLE color: 2709574.
HSL color Cylindrical-coordinate representation of color #465829: hue angle of 82.98º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #465829 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 88 | 41 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.65 |
| HSL | 82.98º | 0.36% | 0.25% | - |
| HSV(B) | 82.98º | 0.53% | 0.35% | - |
| XYZ | 6.42 | 8.44 | 3.39 | - |
| YUV | 77.26 | 107.54 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 41 | 0.20 | 0 | 0.53 | 0.65 | 82.98 | 0.36 | 0.25 |
| Hex | 46 | 58 | 29 | 14 | 0 | 35 | 41 | 53 | 24 | 19 |
| Octal | 106 | 130 | 51 | 24 | 0 | 65 | 101 | 123 | 44 | 31 |
| Binary | 1000110 | 1011000 | 101001 | 10100 | 0 | 110101 | 1000001 | 1010011 | 100100 | 11001 |
Color Harmonies of #465829
Complementary color
Monochromatic Colors of #465829
Black with #465829
Text Example
Text Example
White with #465829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465829; }
p { color: rgb(70,88,41); }
H1.HeaderClassName
{
color: #465829;
}
.AnyTagClassName
{
color: #465829;
}
</style>
background-color css
<style>
a { background-color: #465829; }
a { background-color: rgb(70,88,41); }
div.DivClassName
{
background-color: #465829;
}
.BgClassName
{
background-color: #465829;
}
</style>
border-color css
<style>
span { border-color: #465829; }
span { border-color: rgb(70,88,41); }
td.TdClassName
{
border-color: #465829;
}
.TagClassName
{
border-color: #465829;
}
</style>