Shades of Clover #465031
Tints of Clover #465031
RGB
CMYK
RGB Variations
Color information
#465031 (or 0x465031) is known color: Clover. HEX triplet: 46, 50 and 31. RGB value is (70,80,49). Sum of RGB (Red+Green+Blue) = 70+80+49=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #465031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465031 is #B9AFCE. Grayscale: #494949. Windows color (decimal): -12169167 or 3231814. OLE color: 3231814.
HSL color Cylindrical-coordinate representation of color #465031: hue angle of 79.35º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #465031 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 80 | 49 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.69 |
| HSL | 79.35º | 0.24% | 0.25% | - |
| HSV(B) | 79.35º | 0.39% | 0.31% | - |
| XYZ | 5.95 | 7.26 | 3.99 | - |
| YUV | 73.48 | 114.19 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 49 | 0.12 | 0 | 0.39 | 0.69 | 79.35 | 0.24 | 0.25 |
| Hex | 46 | 50 | 31 | C | 0 | 27 | 45 | 4F | 18 | 19 |
| Octal | 106 | 120 | 61 | 14 | 0 | 47 | 105 | 117 | 30 | 31 |
| Binary | 1000110 | 1010000 | 110001 | 1100 | 0 | 100111 | 1000101 | 1001111 | 11000 | 11001 |
Color Harmonies of #465031
Complementary color
Monochromatic Colors of #465031
Black with #465031
Text Example
Text Example
White with #465031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465031; }
p { color: rgb(70,80,49); }
H1.HeaderClassName
{
color: #465031;
}
.AnyTagClassName
{
color: #465031;
}
</style>
background-color css
<style>
a { background-color: #465031; }
a { background-color: rgb(70,80,49); }
div.DivClassName
{
background-color: #465031;
}
.BgClassName
{
background-color: #465031;
}
</style>
border-color css
<style>
span { border-color: #465031; }
span { border-color: rgb(70,80,49); }
td.TdClassName
{
border-color: #465031;
}
.TagClassName
{
border-color: #465031;
}
</style>