Shades of Clover #465625
Tints of Clover #465625
RGB
CMYK
RGB Variations
Color information
#465625 (or 0x465625) is known color: Clover. HEX triplet: 46, 56 and 25. RGB value is (70,86,37). Sum of RGB (Red+Green+Blue) = 70+86+37=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 86 - color contains mainly: green. Hex color #465625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465625 is #B9A9DA. Grayscale: #4B4B4B. Windows color (decimal): -12167643 or 2446918. OLE color: 2446918.
HSL color Cylindrical-coordinate representation of color #465625: hue angle of 79.59º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #465625 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 70 | 86 | 37 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.66 |
| HSL | 79.59º | 0.4% | 0.24% | - |
| HSV(B) | 79.59º | 0.57% | 0.34% | - |
| XYZ | 6.19 | 8.09 | 2.99 | - |
| YUV | 75.63 | 106.2 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 86 | 37 | 0.19 | 0 | 0.57 | 0.66 | 79.59 | 0.4 | 0.24 |
| Hex | 46 | 56 | 25 | 13 | 0 | 39 | 42 | 50 | 28 | 18 |
| Octal | 106 | 126 | 45 | 23 | 0 | 71 | 102 | 120 | 50 | 30 |
| Binary | 1000110 | 1010110 | 100101 | 10011 | 0 | 111001 | 1000010 | 1010000 | 101000 | 11000 |
Color Harmonies of #465625
Complementary color
Monochromatic Colors of #465625
Black with #465625
Text Example
Text Example
White with #465625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465625; }
p { color: rgb(70,86,37); }
H1.HeaderClassName
{
color: #465625;
}
.AnyTagClassName
{
color: #465625;
}
</style>
background-color css
<style>
a { background-color: #465625; }
a { background-color: rgb(70,86,37); }
div.DivClassName
{
background-color: #465625;
}
.BgClassName
{
background-color: #465625;
}
</style>
border-color css
<style>
span { border-color: #465625; }
span { border-color: rgb(70,86,37); }
td.TdClassName
{
border-color: #465625;
}
.TagClassName
{
border-color: #465625;
}
</style>