Shades of Clover #465B20
Tints of Clover #465B20
RGB
CMYK
RGB Variations
Color information
#465B20 (or 0x465B20) is known color: Clover. HEX triplet: 46, 5B and 20. RGB value is (70,91,32). Sum of RGB (Red+Green+Blue) = 70+91+32=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 91 (35.94% from 255 or 47.15% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 91 - color contains mainly: green. Hex color #465B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B20 is #B9A4DF. Grayscale: #4E4E4E. Windows color (decimal): -12166368 or 2120518. OLE color: 2120518.
HSL color Cylindrical-coordinate representation of color #465B20: hue angle of 81.36º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #465B20 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 91 | 32 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.64 |
| HSL | 81.36º | 0.48% | 0.24% | - |
| HSV(B) | 81.36º | 0.65% | 0.36% | - |
| XYZ | 6.53 | 8.89 | 2.74 | - |
| YUV | 78 | 102.04 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 32 | 0.23 | 0 | 0.65 | 0.64 | 81.36 | 0.48 | 0.24 |
| Hex | 46 | 5B | 20 | 17 | 0 | 41 | 40 | 51 | 30 | 18 |
| Octal | 106 | 133 | 40 | 27 | 0 | 101 | 100 | 121 | 60 | 30 |
| Binary | 1000110 | 1011011 | 100000 | 10111 | 0 | 1000001 | 1000000 | 1010001 | 110000 | 11000 |
Color Harmonies of #465B20
Complementary color
Monochromatic Colors of #465B20
Black with #465B20
Text Example
Text Example
White with #465B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B20; }
p { color: rgb(70,91,32); }
H1.HeaderClassName
{
color: #465B20;
}
.AnyTagClassName
{
color: #465B20;
}
</style>
background-color css
<style>
a { background-color: #465B20; }
a { background-color: rgb(70,91,32); }
div.DivClassName
{
background-color: #465B20;
}
.BgClassName
{
background-color: #465B20;
}
</style>
border-color css
<style>
span { border-color: #465B20; }
span { border-color: rgb(70,91,32); }
td.TdClassName
{
border-color: #465B20;
}
.TagClassName
{
border-color: #465B20;
}
</style>