Shades of Clover #465330
Tints of Clover #465330
RGB
CMYK
RGB Variations
Color information
#465330 (or 0x465330) is known color: Clover. HEX triplet: 46, 53 and 30. RGB value is (70,83,48). Sum of RGB (Red+Green+Blue) = 70+83+48=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 83 - color contains mainly: green. Hex color #465330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465330 is #B9ACCF. Grayscale: #4B4B4B. Windows color (decimal): -12168400 or 3167046. OLE color: 3167046.
HSL color Cylindrical-coordinate representation of color #465330: hue angle of 82.29º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #465330 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 83 | 48 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.67 |
| HSL | 82.29º | 0.27% | 0.26% | - |
| HSV(B) | 82.29º | 0.42% | 0.33% | - |
| XYZ | 6.15 | 7.7 | 3.96 | - |
| YUV | 75.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 48 | 0.16 | 0 | 0.42 | 0.67 | 82.29 | 0.27 | 0.26 |
| Hex | 46 | 53 | 30 | 10 | 0 | 2A | 43 | 52 | 1B | 1A |
| Octal | 106 | 123 | 60 | 20 | 0 | 52 | 103 | 122 | 33 | 32 |
| Binary | 1000110 | 1010011 | 110000 | 10000 | 0 | 101010 | 1000011 | 1010010 | 11011 | 11010 |
Color Harmonies of #465330
Complementary color
Monochromatic Colors of #465330
Black with #465330
Text Example
Text Example
White with #465330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465330; }
p { color: rgb(70,83,48); }
H1.HeaderClassName
{
color: #465330;
}
.AnyTagClassName
{
color: #465330;
}
</style>
background-color css
<style>
a { background-color: #465330; }
a { background-color: rgb(70,83,48); }
div.DivClassName
{
background-color: #465330;
}
.BgClassName
{
background-color: #465330;
}
</style>
border-color css
<style>
span { border-color: #465330; }
span { border-color: rgb(70,83,48); }
td.TdClassName
{
border-color: #465330;
}
.TagClassName
{
border-color: #465330;
}
</style>