Shades of Clover #465030
Tints of Clover #465030
RGB
CMYK
RGB Variations
Color information
#465030 (or 0x465030) is known color: Clover. HEX triplet: 46, 50 and 30. RGB value is (70,80,48). Sum of RGB (Red+Green+Blue) = 70+80+48=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 80 - color contains mainly: green. Hex color #465030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465030 is #B9AFCF. Grayscale: #494949. Windows color (decimal): -12169168 or 3166278. OLE color: 3166278.
HSL color Cylindrical-coordinate representation of color #465030: hue angle of 78.75º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465030 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 80 | 48 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.69 |
| HSL | 78.75º | 0.25% | 0.25% | - |
| HSV(B) | 78.75º | 0.4% | 0.31% | - |
| XYZ | 5.93 | 7.25 | 3.88 | - |
| YUV | 73.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 48 | 0.12 | 0 | 0.40 | 0.69 | 78.75 | 0.25 | 0.25 |
| Hex | 46 | 50 | 30 | C | 0 | 28 | 45 | 4F | 19 | 19 |
| Octal | 106 | 120 | 60 | 14 | 0 | 50 | 105 | 117 | 31 | 31 |
| Binary | 1000110 | 1010000 | 110000 | 1100 | 0 | 101000 | 1000101 | 1001111 | 11001 | 11001 |
Color Harmonies of #465030
Complementary color
Monochromatic Colors of #465030
Black with #465030
Text Example
Text Example
White with #465030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465030; }
p { color: rgb(70,80,48); }
H1.HeaderClassName
{
color: #465030;
}
.AnyTagClassName
{
color: #465030;
}
</style>
background-color css
<style>
a { background-color: #465030; }
a { background-color: rgb(70,80,48); }
div.DivClassName
{
background-color: #465030;
}
.BgClassName
{
background-color: #465030;
}
</style>
border-color css
<style>
span { border-color: #465030; }
span { border-color: rgb(70,80,48); }
td.TdClassName
{
border-color: #465030;
}
.TagClassName
{
border-color: #465030;
}
</style>