Shades of Grey-Asparagus #455640
Tints of Grey-Asparagus #455640
RGB
CMYK
RGB Variations
Color information
#455640 (or 0x455640) is known color: Grey-Asparagus. HEX triplet: 45, 56 and 40. RGB value is (69,86,64). Sum of RGB (Red+Green+Blue) = 69+86+64=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 86 - color contains mainly: green. Hex color #455640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455640 is #BAA9BF. Grayscale: #4E4E4E. Windows color (decimal): -12233152 or 4216389. OLE color: 4216389.
HSL color Cylindrical-coordinate representation of color #455640: hue angle of 106.36º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #455640 is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 86 | 64 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.66 |
| HSL | 106.36º | 0.15% | 0.29% | - |
| HSV(B) | 106.36º | 0.26% | 0.34% | - |
| XYZ | 6.71 | 8.29 | 6.1 | - |
| YUV | 78.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 86 | 64 | 0.20 | 0 | 0.26 | 0.66 | 106.36 | 0.15 | 0.29 |
| Hex | 45 | 56 | 40 | 14 | 0 | 1A | 42 | 6A | F | 1D |
| Octal | 105 | 126 | 100 | 24 | 0 | 32 | 102 | 152 | 17 | 35 |
| Binary | 1000101 | 1010110 | 1000000 | 10100 | 0 | 11010 | 1000010 | 1101010 | 1111 | 11101 |
Color Harmonies of #455640
Complementary color
Monochromatic Colors of #455640
Black with #455640
Text Example
Text Example
White with #455640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455640; }
p { color: rgb(69,86,64); }
H1.HeaderClassName
{
color: #455640;
}
.AnyTagClassName
{
color: #455640;
}
</style>
background-color css
<style>
a { background-color: #455640; }
a { background-color: rgb(69,86,64); }
div.DivClassName
{
background-color: #455640;
}
.BgClassName
{
background-color: #455640;
}
</style>
border-color css
<style>
span { border-color: #455640; }
span { border-color: rgb(69,86,64); }
td.TdClassName
{
border-color: #455640;
}
.TagClassName
{
border-color: #455640;
}
</style>