Shades of Clover #466023
Tints of Clover #466023
RGB
CMYK
RGB Variations
Color information
#466023 (or 0x466023) is known color: Clover. HEX triplet: 46, 60 and 23. RGB value is (70,96,35). Sum of RGB (Red+Green+Blue) = 70+96+35=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #466023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466023 is #B99FDC. Grayscale: #515151. Windows color (decimal): -12165085 or 2318406. OLE color: 2318406.
HSL color Cylindrical-coordinate representation of color #466023: hue angle of 85.57º 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 #466023 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 96 | 35 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.62 |
| HSL | 85.57º | 0.47% | 0.26% | - |
| HSV(B) | 85.57º | 0.64% | 0.38% | - |
| XYZ | 7.01 | 9.79 | 3.11 | - |
| YUV | 81.27 | 101.89 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 96 | 35 | 0.27 | 0 | 0.64 | 0.62 | 85.57 | 0.47 | 0.26 |
| Hex | 46 | 60 | 23 | 1B | 0 | 40 | 3E | 56 | 2F | 1A |
| Octal | 106 | 140 | 43 | 33 | 0 | 100 | 76 | 126 | 57 | 32 |
| Binary | 1000110 | 1100000 | 100011 | 11011 | 0 | 1000000 | 111110 | 1010110 | 101111 | 11010 |
Color Harmonies of #466023
Complementary color
Monochromatic Colors of #466023
Black with #466023
Text Example
Text Example
White with #466023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466023; }
p { color: rgb(70,96,35); }
H1.HeaderClassName
{
color: #466023;
}
.AnyTagClassName
{
color: #466023;
}
</style>
background-color css
<style>
a { background-color: #466023; }
a { background-color: rgb(70,96,35); }
div.DivClassName
{
background-color: #466023;
}
.BgClassName
{
background-color: #466023;
}
</style>
border-color css
<style>
span { border-color: #466023; }
span { border-color: rgb(70,96,35); }
td.TdClassName
{
border-color: #466023;
}
.TagClassName
{
border-color: #466023;
}
</style>