Shades of Clover #465926
Tints of Clover #465926
RGB
CMYK
RGB Variations
Color information
#465926 (or 0x465926) is known color: Clover. HEX triplet: 46, 59 and 26. RGB value is (70,89,38). Sum of RGB (Red+Green+Blue) = 70+89+38=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 89 - color contains mainly: green. Hex color #465926 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465926 is #B9A6D9. Grayscale: #4D4D4D. Windows color (decimal): -12166874 or 2513222. OLE color: 2513222.
HSL color Cylindrical-coordinate representation of color #465926: hue angle of 82.35º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #465926 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 89 | 38 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.65 |
| HSL | 82.35º | 0.4% | 0.25% | - |
| HSV(B) | 82.35º | 0.57% | 0.35% | - |
| XYZ | 6.45 | 8.59 | 3.15 | - |
| YUV | 77.51 | 105.71 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 89 | 38 | 0.21 | 0 | 0.57 | 0.65 | 82.35 | 0.4 | 0.25 |
| Hex | 46 | 59 | 26 | 15 | 0 | 39 | 41 | 52 | 28 | 19 |
| Octal | 106 | 131 | 46 | 25 | 0 | 71 | 101 | 122 | 50 | 31 |
| Binary | 1000110 | 1011001 | 100110 | 10101 | 0 | 111001 | 1000001 | 1010010 | 101000 | 11001 |
Color Harmonies of #465926
Complementary color
Monochromatic Colors of #465926
Black with #465926
Text Example
Text Example
White with #465926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465926; }
p { color: rgb(70,89,38); }
H1.HeaderClassName
{
color: #465926;
}
.AnyTagClassName
{
color: #465926;
}
</style>
background-color css
<style>
a { background-color: #465926; }
a { background-color: rgb(70,89,38); }
div.DivClassName
{
background-color: #465926;
}
.BgClassName
{
background-color: #465926;
}
</style>
border-color css
<style>
span { border-color: #465926; }
span { border-color: rgb(70,89,38); }
td.TdClassName
{
border-color: #465926;
}
.TagClassName
{
border-color: #465926;
}
</style>