Shades of Clover #465A20
Tints of Clover #465A20
RGB
CMYK
RGB Variations
Color information
#465A20 (or 0x465A20) is known color: Clover. HEX triplet: 46, 5A and 20. RGB value is (70,90,32). Sum of RGB (Red+Green+Blue) = 70+90+32=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 90 - color contains mainly: green. Hex color #465A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465A20 is #B9A5DF. Grayscale: #4D4D4D. Windows color (decimal): -12166624 or 2120262. OLE color: 2120262.
HSL color Cylindrical-coordinate representation of color #465A20: hue angle of 80.69º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #465A20 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 90 | 32 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.65 |
| HSL | 80.69º | 0.48% | 0.24% | - |
| HSV(B) | 80.69º | 0.64% | 0.35% | - |
| XYZ | 6.44 | 8.72 | 2.71 | - |
| YUV | 77.41 | 102.37 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 32 | 0.22 | 0 | 0.64 | 0.65 | 80.69 | 0.48 | 0.24 |
| Hex | 46 | 5A | 20 | 16 | 0 | 40 | 41 | 51 | 30 | 18 |
| Octal | 106 | 132 | 40 | 26 | 0 | 100 | 101 | 121 | 60 | 30 |
| Binary | 1000110 | 1011010 | 100000 | 10110 | 0 | 1000000 | 1000001 | 1010001 | 110000 | 11000 |
Color Harmonies of #465A20
Complementary color
Monochromatic Colors of #465A20
Black with #465A20
Text Example
Text Example
White with #465A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A20; }
p { color: rgb(70,90,32); }
H1.HeaderClassName
{
color: #465A20;
}
.AnyTagClassName
{
color: #465A20;
}
</style>
background-color css
<style>
a { background-color: #465A20; }
a { background-color: rgb(70,90,32); }
div.DivClassName
{
background-color: #465A20;
}
.BgClassName
{
background-color: #465A20;
}
</style>
border-color css
<style>
span { border-color: #465A20; }
span { border-color: rgb(70,90,32); }
td.TdClassName
{
border-color: #465A20;
}
.TagClassName
{
border-color: #465A20;
}
</style>