Shades of Clover #465D22
Tints of Clover #465D22
RGB
CMYK
RGB Variations
Color information
#465D22 (or 0x465D22) is known color: Clover. HEX triplet: 46, 5D and 22. RGB value is (70,93,34). Sum of RGB (Red+Green+Blue) = 70+93+34=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 93 - color contains mainly: green. Hex color #465D22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465D22 is #B9A2DD. Grayscale: #4F4F4F. Windows color (decimal): -12165854 or 2252102. OLE color: 2252102.
HSL color Cylindrical-coordinate representation of color #465D22: hue angle of 83.39º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #465D22 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 93 | 34 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.64 |
| HSL | 83.39º | 0.46% | 0.25% | - |
| HSV(B) | 83.39º | 0.63% | 0.36% | - |
| XYZ | 6.73 | 9.25 | 2.94 | - |
| YUV | 79.4 | 102.38 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 34 | 0.25 | 0 | 0.63 | 0.64 | 83.39 | 0.46 | 0.25 |
| Hex | 46 | 5D | 22 | 19 | 0 | 3F | 40 | 53 | 2E | 19 |
| Octal | 106 | 135 | 42 | 31 | 0 | 77 | 100 | 123 | 56 | 31 |
| Binary | 1000110 | 1011101 | 100010 | 11001 | 0 | 111111 | 1000000 | 1010011 | 101110 | 11001 |
Color Harmonies of #465D22
Complementary color
Monochromatic Colors of #465D22
Black with #465D22
Text Example
Text Example
White with #465D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465D22; }
p { color: rgb(70,93,34); }
H1.HeaderClassName
{
color: #465D22;
}
.AnyTagClassName
{
color: #465D22;
}
</style>
background-color css
<style>
a { background-color: #465D22; }
a { background-color: rgb(70,93,34); }
div.DivClassName
{
background-color: #465D22;
}
.BgClassName
{
background-color: #465D22;
}
</style>
border-color css
<style>
span { border-color: #465D22; }
span { border-color: rgb(70,93,34); }
td.TdClassName
{
border-color: #465D22;
}
.TagClassName
{
border-color: #465D22;
}
</style>