Shades of Grey-Asparagus #465D42
Tints of Grey-Asparagus #465D42
RGB
CMYK
RGB Variations
Color information
#465D42 (or 0x465D42) is known color: Grey-Asparagus. HEX triplet: 46, 5D and 42. RGB value is (70,93,66). Sum of RGB (Red+Green+Blue) = 70+93+66=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 93 - color contains mainly: green. Hex color #465D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465D42 is #B9A2BD. Grayscale: #535353. Windows color (decimal): -12165822 or 4349254. OLE color: 4349254.
HSL color Cylindrical-coordinate representation of color #465D42: hue angle of 111.11º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #465D42 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 93 | 66 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.64 |
| HSL | 111.11º | 0.17% | 0.31% | - |
| HSV(B) | 111.11º | 0.29% | 0.36% | - |
| XYZ | 7.42 | 9.52 | 6.6 | - |
| YUV | 83.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 66 | 0.25 | 0 | 0.29 | 0.64 | 111.11 | 0.17 | 0.31 |
| Hex | 46 | 5D | 42 | 19 | 0 | 1D | 40 | 6F | 11 | 1F |
| Octal | 106 | 135 | 102 | 31 | 0 | 35 | 100 | 157 | 21 | 37 |
| Binary | 1000110 | 1011101 | 1000010 | 11001 | 0 | 11101 | 1000000 | 1101111 | 10001 | 11111 |
Color Harmonies of #465D42
Complementary color
Monochromatic Colors of #465D42
Black with #465D42
Text Example
Text Example
White with #465D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465D42; }
p { color: rgb(70,93,66); }
H1.HeaderClassName
{
color: #465D42;
}
.AnyTagClassName
{
color: #465D42;
}
</style>
background-color css
<style>
a { background-color: #465D42; }
a { background-color: rgb(70,93,66); }
div.DivClassName
{
background-color: #465D42;
}
.BgClassName
{
background-color: #465D42;
}
</style>
border-color css
<style>
span { border-color: #465D42; }
span { border-color: rgb(70,93,66); }
td.TdClassName
{
border-color: #465D42;
}
.TagClassName
{
border-color: #465D42;
}
</style>