Shades of Clover #465134
Tints of Clover #465134
RGB
CMYK
RGB Variations
Color information
#465134 (or 0x465134) is known color: Clover. HEX triplet: 46, 51 and 34. RGB value is (70,81,52). Sum of RGB (Red+Green+Blue) = 70+81+52=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 81 - color contains mainly: green. Hex color #465134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465134 is #B9AECB. Grayscale: #4A4A4A. Windows color (decimal): -12168908 or 3428678. OLE color: 3428678.
HSL color Cylindrical-coordinate representation of color #465134: hue angle of 82.76º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #465134 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 81 | 52 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.68 |
| HSL | 82.76º | 0.22% | 0.26% | - |
| HSV(B) | 82.76º | 0.36% | 0.32% | - |
| XYZ | 6.09 | 7.43 | 4.36 | - |
| YUV | 74.41 | 115.36 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 52 | 0.14 | 0 | 0.36 | 0.68 | 82.76 | 0.22 | 0.26 |
| Hex | 46 | 51 | 34 | E | 0 | 24 | 44 | 53 | 16 | 1A |
| Octal | 106 | 121 | 64 | 16 | 0 | 44 | 104 | 123 | 26 | 32 |
| Binary | 1000110 | 1010001 | 110100 | 1110 | 0 | 100100 | 1000100 | 1010011 | 10110 | 11010 |
Color Harmonies of #465134
Complementary color
Monochromatic Colors of #465134
Black with #465134
Text Example
Text Example
White with #465134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465134; }
p { color: rgb(70,81,52); }
H1.HeaderClassName
{
color: #465134;
}
.AnyTagClassName
{
color: #465134;
}
</style>
background-color css
<style>
a { background-color: #465134; }
a { background-color: rgb(70,81,52); }
div.DivClassName
{
background-color: #465134;
}
.BgClassName
{
background-color: #465134;
}
</style>
border-color css
<style>
span { border-color: #465134; }
span { border-color: rgb(70,81,52); }
td.TdClassName
{
border-color: #465134;
}
.TagClassName
{
border-color: #465134;
}
</style>