Shades of Clover #465230
Tints of Clover #465230
RGB
CMYK
RGB Variations
Color information
#465230 (or 0x465230) is known color: Clover. HEX triplet: 46, 52 and 30. RGB value is (70,82,48). Sum of RGB (Red+Green+Blue) = 70+82+48=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 82 - color contains mainly: green. Hex color #465230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465230 is #B9ADCF. Grayscale: #4A4A4A. Windows color (decimal): -12168656 or 3166790. OLE color: 3166790.
HSL color Cylindrical-coordinate representation of color #465230: hue angle of 81.18º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #465230 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 82 | 48 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.68 |
| HSL | 81.18º | 0.26% | 0.25% | - |
| HSV(B) | 81.18º | 0.41% | 0.32% | - |
| XYZ | 6.08 | 7.55 | 3.93 | - |
| YUV | 74.54 | 113.02 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 48 | 0.15 | 0 | 0.41 | 0.68 | 81.18 | 0.26 | 0.25 |
| Hex | 46 | 52 | 30 | F | 0 | 29 | 44 | 51 | 1A | 19 |
| Octal | 106 | 122 | 60 | 17 | 0 | 51 | 104 | 121 | 32 | 31 |
| Binary | 1000110 | 1010010 | 110000 | 1111 | 0 | 101001 | 1000100 | 1010001 | 11010 | 11001 |
Color Harmonies of #465230
Complementary color
Monochromatic Colors of #465230
Black with #465230
Text Example
Text Example
White with #465230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465230; }
p { color: rgb(70,82,48); }
H1.HeaderClassName
{
color: #465230;
}
.AnyTagClassName
{
color: #465230;
}
</style>
background-color css
<style>
a { background-color: #465230; }
a { background-color: rgb(70,82,48); }
div.DivClassName
{
background-color: #465230;
}
.BgClassName
{
background-color: #465230;
}
</style>
border-color css
<style>
span { border-color: #465230; }
span { border-color: rgb(70,82,48); }
td.TdClassName
{
border-color: #465230;
}
.TagClassName
{
border-color: #465230;
}
</style>