Shades of Clover #46542B
Tints of Clover #46542B
RGB
CMYK
RGB Variations
Color information
#46542B (or 0x46542B) is known color: Clover. HEX triplet: 46, 54 and 2B. RGB value is (70,84,43). Sum of RGB (Red+Green+Blue) = 70+84+43=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 84 - color contains mainly: green. Hex color #46542B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46542B is #B9ABD4. Grayscale: #4B4B4B. Windows color (decimal): -12168149 or 2839622. OLE color: 2839622.
HSL color Cylindrical-coordinate representation of color #46542B: hue angle of 80.49º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46542B is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 84 | 43 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.67 |
| HSL | 80.49º | 0.32% | 0.25% | - |
| HSV(B) | 80.49º | 0.49% | 0.33% | - |
| XYZ | 6.13 | 7.82 | 3.47 | - |
| YUV | 75.14 | 109.86 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 84 | 43 | 0.17 | 0 | 0.49 | 0.67 | 80.49 | 0.32 | 0.25 |
| Hex | 46 | 54 | 2B | 11 | 0 | 31 | 43 | 50 | 20 | 19 |
| Octal | 106 | 124 | 53 | 21 | 0 | 61 | 103 | 120 | 40 | 31 |
| Binary | 1000110 | 1010100 | 101011 | 10001 | 0 | 110001 | 1000011 | 1010000 | 100000 | 11001 |
Color Harmonies of #46542B
Complementary color
Monochromatic Colors of #46542B
Black with #46542B
Text Example
Text Example
White with #46542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46542B; }
p { color: rgb(70,84,43); }
H1.HeaderClassName
{
color: #46542B;
}
.AnyTagClassName
{
color: #46542B;
}
</style>
background-color css
<style>
a { background-color: #46542B; }
a { background-color: rgb(70,84,43); }
div.DivClassName
{
background-color: #46542B;
}
.BgClassName
{
background-color: #46542B;
}
</style>
border-color css
<style>
span { border-color: #46542B; }
span { border-color: rgb(70,84,43); }
td.TdClassName
{
border-color: #46542B;
}
.TagClassName
{
border-color: #46542B;
}
</style>