Shades of Clover #46542A
Tints of Clover #46542A
RGB
CMYK
RGB Variations
Color information
#46542A (or 0x46542A) is known color: Clover. HEX triplet: 46, 54 and 2A. RGB value is (70,84,42). Sum of RGB (Red+Green+Blue) = 70+84+42=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 84 - color contains mainly: green. Hex color #46542A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46542A is #B9ABD5. Grayscale: #4B4B4B. Windows color (decimal): -12168150 or 2774086. OLE color: 2774086.
HSL color Cylindrical-coordinate representation of color #46542A: hue angle of 80º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46542A is Cyan = 0.17, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 84 | 42 | - |
| CMYK | 0.17 | 0 | 0.5 | 0.67 |
| HSL | 80º | 0.33% | 0.25% | - |
| HSV(B) | 80º | 0.5% | 0.33% | - |
| XYZ | 6.11 | 7.81 | 3.38 | - |
| YUV | 75.03 | 109.36 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 84 | 42 | 0.17 | 0 | 0.5 | 0.67 | 80 | 0.33 | 0.25 |
| Hex | 46 | 54 | 2A | 11 | 0 | 32 | 43 | 50 | 21 | 19 |
| Octal | 106 | 124 | 52 | 21 | 0 | 62 | 103 | 120 | 41 | 31 |
| Binary | 1000110 | 1010100 | 101010 | 10001 | 0 | 110010 | 1000011 | 1010000 | 100001 | 11001 |
Color Harmonies of #46542A
Complementary color
Monochromatic Colors of #46542A
Black with #46542A
Text Example
Text Example
White with #46542A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46542A; }
p { color: rgb(70,84,42); }
H1.HeaderClassName
{
color: #46542A;
}
.AnyTagClassName
{
color: #46542A;
}
</style>
background-color css
<style>
a { background-color: #46542A; }
a { background-color: rgb(70,84,42); }
div.DivClassName
{
background-color: #46542A;
}
.BgClassName
{
background-color: #46542A;
}
</style>
border-color css
<style>
span { border-color: #46542A; }
span { border-color: rgb(70,84,42); }
td.TdClassName
{
border-color: #46542A;
}
.TagClassName
{
border-color: #46542A;
}
</style>