Shades of Clover #464D35
Tints of Clover #464D35
RGB
CMYK
RGB Variations
Color information
#464D35 (or 0x464D35) is known color: Clover. HEX triplet: 46, 4D and 35. RGB value is (70,77,53). Sum of RGB (Red+Green+Blue) = 70+77+53=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 77 - color contains mainly: green. Hex color #464D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464D35 is #B9B2CA. Grayscale: #484848. Windows color (decimal): -12169931 or 3493190. OLE color: 3493190.
HSL color Cylindrical-coordinate representation of color #464D35: hue angle of 77.5º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #464D35 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 77 | 53 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.70 |
| HSL | 77.5º | 0.18% | 0.25% | - |
| HSV(B) | 77.5º | 0.31% | 0.3% | - |
| XYZ | 5.82 | 6.87 | 4.39 | - |
| YUV | 72.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 53 | 0.09 | 0 | 0.31 | 0.70 | 77.5 | 0.18 | 0.25 |
| Hex | 46 | 4D | 35 | 9 | 0 | 1F | 46 | 4E | 12 | 19 |
| Octal | 106 | 115 | 65 | 11 | 0 | 37 | 106 | 116 | 22 | 31 |
| Binary | 1000110 | 1001101 | 110101 | 1001 | 0 | 11111 | 1000110 | 1001110 | 10010 | 11001 |
Color Harmonies of #464D35
Complementary color
Monochromatic Colors of #464D35
Black with #464D35
Text Example
Text Example
White with #464D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464D35; }
p { color: rgb(70,77,53); }
H1.HeaderClassName
{
color: #464D35;
}
.AnyTagClassName
{
color: #464D35;
}
</style>
background-color css
<style>
a { background-color: #464D35; }
a { background-color: rgb(70,77,53); }
div.DivClassName
{
background-color: #464D35;
}
.BgClassName
{
background-color: #464D35;
}
</style>
border-color css
<style>
span { border-color: #464D35; }
span { border-color: rgb(70,77,53); }
td.TdClassName
{
border-color: #464D35;
}
.TagClassName
{
border-color: #464D35;
}
</style>