Shades of Clover #465D29
Tints of Clover #465D29
RGB
CMYK
RGB Variations
Color information
#465D29 (or 0x465D29) is known color: Clover. HEX triplet: 46, 5D and 29. RGB value is (70,93,41). Sum of RGB (Red+Green+Blue) = 70+93+41=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 93 (36.72% from 255 or 45.59% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 93 - color contains mainly: green. Hex color #465D29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465D29 is #B9A2D6. Grayscale: #505050. Windows color (decimal): -12165847 or 2710854. OLE color: 2710854.
HSL color Cylindrical-coordinate representation of color #465D29: hue angle of 86.54º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #465D29 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 93 | 41 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.64 |
| HSL | 86.54º | 0.39% | 0.26% | - |
| HSV(B) | 86.54º | 0.56% | 0.36% | - |
| XYZ | 6.84 | 9.29 | 3.53 | - |
| YUV | 80.2 | 105.88 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 41 | 0.25 | 0 | 0.56 | 0.64 | 86.54 | 0.39 | 0.26 |
| Hex | 46 | 5D | 29 | 19 | 0 | 38 | 40 | 57 | 27 | 1A |
| Octal | 106 | 135 | 51 | 31 | 0 | 70 | 100 | 127 | 47 | 32 |
| Binary | 1000110 | 1011101 | 101001 | 11001 | 0 | 111000 | 1000000 | 1010111 | 100111 | 11010 |
Color Harmonies of #465D29
Complementary color
Monochromatic Colors of #465D29
Black with #465D29
Text Example
Text Example
White with #465D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465D29; }
p { color: rgb(70,93,41); }
H1.HeaderClassName
{
color: #465D29;
}
.AnyTagClassName
{
color: #465D29;
}
</style>
background-color css
<style>
a { background-color: #465D29; }
a { background-color: rgb(70,93,41); }
div.DivClassName
{
background-color: #465D29;
}
.BgClassName
{
background-color: #465D29;
}
</style>
border-color css
<style>
span { border-color: #465D29; }
span { border-color: rgb(70,93,41); }
td.TdClassName
{
border-color: #465D29;
}
.TagClassName
{
border-color: #465D29;
}
</style>