Shades of Clover #46512E
Tints of Clover #46512E
RGB
CMYK
RGB Variations
Color information
#46512E (or 0x46512E) is known color: Clover. HEX triplet: 46, 51 and 2E. RGB value is (70,81,46). Sum of RGB (Red+Green+Blue) = 70+81+46=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 81 - color contains mainly: green. Hex color #46512E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46512E is #B9AED1. Grayscale: #494949. Windows color (decimal): -12168914 or 3035462. OLE color: 3035462.
HSL color Cylindrical-coordinate representation of color #46512E: hue angle of 78.86º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #46512E is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 81 | 46 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.68 |
| HSL | 78.86º | 0.28% | 0.25% | - |
| HSV(B) | 78.86º | 0.43% | 0.32% | - |
| XYZ | 5.96 | 7.38 | 3.7 | - |
| YUV | 73.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 46 | 0.14 | 0 | 0.43 | 0.68 | 78.86 | 0.28 | 0.25 |
| Hex | 46 | 51 | 2E | E | 0 | 2B | 44 | 4F | 1C | 19 |
| Octal | 106 | 121 | 56 | 16 | 0 | 53 | 104 | 117 | 34 | 31 |
| Binary | 1000110 | 1010001 | 101110 | 1110 | 0 | 101011 | 1000100 | 1001111 | 11100 | 11001 |
Color Harmonies of #46512E
Complementary color
Monochromatic Colors of #46512E
Black with #46512E
Text Example
Text Example
White with #46512E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46512E; }
p { color: rgb(70,81,46); }
H1.HeaderClassName
{
color: #46512E;
}
.AnyTagClassName
{
color: #46512E;
}
</style>
background-color css
<style>
a { background-color: #46512E; }
a { background-color: rgb(70,81,46); }
div.DivClassName
{
background-color: #46512E;
}
.BgClassName
{
background-color: #46512E;
}
</style>
border-color css
<style>
span { border-color: #46512E; }
span { border-color: rgb(70,81,46); }
td.TdClassName
{
border-color: #46512E;
}
.TagClassName
{
border-color: #46512E;
}
</style>