Shades of Clover #465035
Tints of Clover #465035
RGB
CMYK
RGB Variations
Color information
#465035 (or 0x465035) is known color: Clover. HEX triplet: 46, 50 and 35. RGB value is (70,80,53). Sum of RGB (Red+Green+Blue) = 70+80+53=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 80 - color contains mainly: green. Hex color #465035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465035 is #B9AFCA. Grayscale: #4A4A4A. Windows color (decimal): -12169163 or 3493958. OLE color: 3493958.
HSL color Cylindrical-coordinate representation of color #465035: hue angle of 82.22º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #465035 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 80 | 53 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.69 |
| HSL | 82.22º | 0.2% | 0.26% | - |
| HSV(B) | 82.22º | 0.34% | 0.31% | - |
| XYZ | 6.04 | 7.3 | 4.46 | - |
| YUV | 73.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 53 | 0.12 | 0 | 0.34 | 0.69 | 82.22 | 0.2 | 0.26 |
| Hex | 46 | 50 | 35 | C | 0 | 22 | 45 | 52 | 14 | 1A |
| Octal | 106 | 120 | 65 | 14 | 0 | 42 | 105 | 122 | 24 | 32 |
| Binary | 1000110 | 1010000 | 110101 | 1100 | 0 | 100010 | 1000101 | 1010010 | 10100 | 11010 |
Color Harmonies of #465035
Complementary color
Monochromatic Colors of #465035
Black with #465035
Text Example
Text Example
White with #465035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465035; }
p { color: rgb(70,80,53); }
H1.HeaderClassName
{
color: #465035;
}
.AnyTagClassName
{
color: #465035;
}
</style>
background-color css
<style>
a { background-color: #465035; }
a { background-color: rgb(70,80,53); }
div.DivClassName
{
background-color: #465035;
}
.BgClassName
{
background-color: #465035;
}
</style>
border-color css
<style>
span { border-color: #465035; }
span { border-color: rgb(70,80,53); }
td.TdClassName
{
border-color: #465035;
}
.TagClassName
{
border-color: #465035;
}
</style>