Shades of Clover #465826
Tints of Clover #465826
RGB
CMYK
RGB Variations
Color information
#465826 (or 0x465826) is known color: Clover. HEX triplet: 46, 58 and 26. RGB value is (70,88,38). Sum of RGB (Red+Green+Blue) = 70+88+38=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 88 (34.77% from 255 or 44.90% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 88 - color contains mainly: green. Hex color #465826 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465826 is #B9A7D9. Grayscale: #4D4D4D. Windows color (decimal): -12167130 or 2512966. OLE color: 2512966.
HSL color Cylindrical-coordinate representation of color #465826: hue angle of 81.6º 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 #465826 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 88 | 38 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.65 |
| HSL | 81.6º | 0.4% | 0.25% | - |
| HSV(B) | 81.6º | 0.57% | 0.35% | - |
| XYZ | 6.37 | 8.42 | 3.12 | - |
| YUV | 76.92 | 106.04 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 38 | 0.20 | 0 | 0.57 | 0.65 | 81.6 | 0.4 | 0.25 |
| Hex | 46 | 58 | 26 | 14 | 0 | 39 | 41 | 52 | 28 | 19 |
| Octal | 106 | 130 | 46 | 24 | 0 | 71 | 101 | 122 | 50 | 31 |
| Binary | 1000110 | 1011000 | 100110 | 10100 | 0 | 111001 | 1000001 | 1010010 | 101000 | 11001 |
Color Harmonies of #465826
Complementary color
Monochromatic Colors of #465826
Black with #465826
Text Example
Text Example
White with #465826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465826; }
p { color: rgb(70,88,38); }
H1.HeaderClassName
{
color: #465826;
}
.AnyTagClassName
{
color: #465826;
}
</style>
background-color css
<style>
a { background-color: #465826; }
a { background-color: rgb(70,88,38); }
div.DivClassName
{
background-color: #465826;
}
.BgClassName
{
background-color: #465826;
}
</style>
border-color css
<style>
span { border-color: #465826; }
span { border-color: rgb(70,88,38); }
td.TdClassName
{
border-color: #465826;
}
.TagClassName
{
border-color: #465826;
}
</style>