Shades of Grey-Asparagus #465E45
Tints of Grey-Asparagus #465E45
RGB
CMYK
RGB Variations
Color information
#465E45 (or 0x465E45) is known color: Grey-Asparagus. HEX triplet: 46, 5E and 45. RGB value is (70,94,69). Sum of RGB (Red+Green+Blue) = 70+94+69=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 94 - color contains mainly: green. Hex color #465E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465E45 is #B9A1BA. Grayscale: #545454. Windows color (decimal): -12165563 or 4546118. OLE color: 4546118.
HSL color Cylindrical-coordinate representation of color #465E45: hue angle of 117.6º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #465E45 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 94 | 69 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.63 |
| HSL | 117.6º | 0.15% | 0.32% | - |
| HSV(B) | 117.6º | 0.27% | 0.37% | - |
| XYZ | 7.6 | 9.74 | 7.11 | - |
| YUV | 83.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 94 | 69 | 0.26 | 0 | 0.27 | 0.63 | 117.6 | 0.15 | 0.32 |
| Hex | 46 | 5E | 45 | 1A | 0 | 1B | 3F | 76 | F | 20 |
| Octal | 106 | 136 | 105 | 32 | 0 | 33 | 77 | 166 | 17 | 40 |
| Binary | 1000110 | 1011110 | 1000101 | 11010 | 0 | 11011 | 111111 | 1110110 | 1111 | 100000 |
Color Harmonies of #465E45
Complementary color
Monochromatic Colors of #465E45
Black with #465E45
Text Example
Text Example
White with #465E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465E45; }
p { color: rgb(70,94,69); }
H1.HeaderClassName
{
color: #465E45;
}
.AnyTagClassName
{
color: #465E45;
}
</style>
background-color css
<style>
a { background-color: #465E45; }
a { background-color: rgb(70,94,69); }
div.DivClassName
{
background-color: #465E45;
}
.BgClassName
{
background-color: #465E45;
}
</style>
border-color css
<style>
span { border-color: #465E45; }
span { border-color: rgb(70,94,69); }
td.TdClassName
{
border-color: #465E45;
}
.TagClassName
{
border-color: #465E45;
}
</style>