Shades of Clover #465930
Tints of Clover #465930
RGB
CMYK
RGB Variations
Color information
#465930 (or 0x465930) is known color: Clover. HEX triplet: 46, 59 and 30. RGB value is (70,89,48). Sum of RGB (Red+Green+Blue) = 70+89+48=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #465930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465930 is #B9A6CF. Grayscale: #4E4E4E. Windows color (decimal): -12166864 or 3168582. OLE color: 3168582.
HSL color Cylindrical-coordinate representation of color #465930: hue angle of 87.8º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #465930 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 89 | 48 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.65 |
| HSL | 87.8º | 0.3% | 0.27% | - |
| HSV(B) | 87.8º | 0.46% | 0.35% | - |
| XYZ | 6.63 | 8.66 | 4.12 | - |
| YUV | 78.65 | 110.71 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 89 | 48 | 0.21 | 0 | 0.46 | 0.65 | 87.8 | 0.3 | 0.27 |
| Hex | 46 | 59 | 30 | 15 | 0 | 2E | 41 | 58 | 1E | 1B |
| Octal | 106 | 131 | 60 | 25 | 0 | 56 | 101 | 130 | 36 | 33 |
| Binary | 1000110 | 1011001 | 110000 | 10101 | 0 | 101110 | 1000001 | 1011000 | 11110 | 11011 |
Color Harmonies of #465930
Complementary color
Monochromatic Colors of #465930
Black with #465930
Text Example
Text Example
White with #465930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465930; }
p { color: rgb(70,89,48); }
H1.HeaderClassName
{
color: #465930;
}
.AnyTagClassName
{
color: #465930;
}
</style>
background-color css
<style>
a { background-color: #465930; }
a { background-color: rgb(70,89,48); }
div.DivClassName
{
background-color: #465930;
}
.BgClassName
{
background-color: #465930;
}
</style>
border-color css
<style>
span { border-color: #465930; }
span { border-color: rgb(70,89,48); }
td.TdClassName
{
border-color: #465930;
}
.TagClassName
{
border-color: #465930;
}
</style>