Shades of Clover #465B21
Tints of Clover #465B21
RGB
CMYK
RGB Variations
Color information
#465B21 (or 0x465B21) is known color: Clover. HEX triplet: 46, 5B and 21. RGB value is (70,91,33). Sum of RGB (Red+Green+Blue) = 70+91+33=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 91 (35.94% from 255 or 46.91% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 91 - color contains mainly: green. Hex color #465B21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B21 is #B9A4DE. Grayscale: #4E4E4E. Windows color (decimal): -12166367 or 2186054. OLE color: 2186054.
HSL color Cylindrical-coordinate representation of color #465B21: hue angle of 81.72º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #465B21 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 91 | 33 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.64 |
| HSL | 81.72º | 0.47% | 0.24% | - |
| HSV(B) | 81.72º | 0.64% | 0.36% | - |
| XYZ | 6.54 | 8.89 | 2.81 | - |
| YUV | 78.11 | 102.54 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 33 | 0.23 | 0 | 0.64 | 0.64 | 81.72 | 0.47 | 0.24 |
| Hex | 46 | 5B | 21 | 17 | 0 | 40 | 40 | 52 | 2F | 18 |
| Octal | 106 | 133 | 41 | 27 | 0 | 100 | 100 | 122 | 57 | 30 |
| Binary | 1000110 | 1011011 | 100001 | 10111 | 0 | 1000000 | 1000000 | 1010010 | 101111 | 11000 |
Color Harmonies of #465B21
Complementary color
Monochromatic Colors of #465B21
Black with #465B21
Text Example
Text Example
White with #465B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B21; }
p { color: rgb(70,91,33); }
H1.HeaderClassName
{
color: #465B21;
}
.AnyTagClassName
{
color: #465B21;
}
</style>
background-color css
<style>
a { background-color: #465B21; }
a { background-color: rgb(70,91,33); }
div.DivClassName
{
background-color: #465B21;
}
.BgClassName
{
background-color: #465B21;
}
</style>
border-color css
<style>
span { border-color: #465B21; }
span { border-color: rgb(70,91,33); }
td.TdClassName
{
border-color: #465B21;
}
.TagClassName
{
border-color: #465B21;
}
</style>