Shades of Clover #465934
Tints of Clover #465934
RGB
CMYK
RGB Variations
Color information
#465934 (or 0x465934) is known color: Clover. HEX triplet: 46, 59 and 34. RGB value is (70,89,52). Sum of RGB (Red+Green+Blue) = 70+89+52=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 89 - color contains mainly: green. Hex color #465934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465934 is #B9A6CB. Grayscale: #4F4F4F. Windows color (decimal): -12166860 or 3430726. OLE color: 3430726.
HSL color Cylindrical-coordinate representation of color #465934: hue angle of 90.81º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #465934 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 89 | 52 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.65 |
| HSL | 90.81º | 0.26% | 0.28% | - |
| HSV(B) | 90.81º | 0.42% | 0.35% | - |
| XYZ | 6.72 | 8.69 | 4.57 | - |
| YUV | 79.1 | 112.71 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 89 | 52 | 0.21 | 0 | 0.42 | 0.65 | 90.81 | 0.26 | 0.28 |
| Hex | 46 | 59 | 34 | 15 | 0 | 2A | 41 | 5B | 1A | 1C |
| Octal | 106 | 131 | 64 | 25 | 0 | 52 | 101 | 133 | 32 | 34 |
| Binary | 1000110 | 1011001 | 110100 | 10101 | 0 | 101010 | 1000001 | 1011011 | 11010 | 11100 |
Color Harmonies of #465934
Complementary color
Monochromatic Colors of #465934
Black with #465934
Text Example
Text Example
White with #465934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465934; }
p { color: rgb(70,89,52); }
H1.HeaderClassName
{
color: #465934;
}
.AnyTagClassName
{
color: #465934;
}
</style>
background-color css
<style>
a { background-color: #465934; }
a { background-color: rgb(70,89,52); }
div.DivClassName
{
background-color: #465934;
}
.BgClassName
{
background-color: #465934;
}
</style>
border-color css
<style>
span { border-color: #465934; }
span { border-color: rgb(70,89,52); }
td.TdClassName
{
border-color: #465934;
}
.TagClassName
{
border-color: #465934;
}
</style>