Shades of Clover #466123
Tints of Clover #466123
RGB
CMYK
RGB Variations
Color information
#466123 (or 0x466123) is known color: Clover. HEX triplet: 46, 61 and 23. RGB value is (70,97,35). Sum of RGB (Red+Green+Blue) = 70+97+35=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 35 (14.06% from 255 or 17.33% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #466123 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466123 is #B99EDC. Grayscale: #525252. Windows color (decimal): -12164829 or 2318662. OLE color: 2318662.
HSL color Cylindrical-coordinate representation of color #466123: hue angle of 86.13º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #466123 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 97 | 35 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.62 |
| HSL | 86.13º | 0.47% | 0.26% | - |
| HSV(B) | 86.13º | 0.64% | 0.38% | - |
| XYZ | 7.1 | 9.97 | 3.14 | - |
| YUV | 81.86 | 101.55 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 97 | 35 | 0.28 | 0 | 0.64 | 0.62 | 86.13 | 0.47 | 0.26 |
| Hex | 46 | 61 | 23 | 1C | 0 | 40 | 3E | 56 | 2F | 1A |
| Octal | 106 | 141 | 43 | 34 | 0 | 100 | 76 | 126 | 57 | 32 |
| Binary | 1000110 | 1100001 | 100011 | 11100 | 0 | 1000000 | 111110 | 1010110 | 101111 | 11010 |
Color Harmonies of #466123
Complementary color
Monochromatic Colors of #466123
Black with #466123
Text Example
Text Example
White with #466123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466123; }
p { color: rgb(70,97,35); }
H1.HeaderClassName
{
color: #466123;
}
.AnyTagClassName
{
color: #466123;
}
</style>
background-color css
<style>
a { background-color: #466123; }
a { background-color: rgb(70,97,35); }
div.DivClassName
{
background-color: #466123;
}
.BgClassName
{
background-color: #466123;
}
</style>
border-color css
<style>
span { border-color: #466123; }
span { border-color: rgb(70,97,35); }
td.TdClassName
{
border-color: #466123;
}
.TagClassName
{
border-color: #466123;
}
</style>