Shades of Grey-Asparagus #455442
Tints of Grey-Asparagus #455442
RGB
CMYK
RGB Variations
Color information
#455442 (or 0x455442) is known color: Grey-Asparagus. HEX triplet: 45, 54 and 42. RGB value is (69,84,66). Sum of RGB (Red+Green+Blue) = 69+84+66=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 84 - color contains mainly: green. Hex color #455442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455442 is #BAABBD. Grayscale: #4D4D4D. Windows color (decimal): -12233662 or 4346949. OLE color: 4346949.
HSL color Cylindrical-coordinate representation of color #455442: hue angle of 110º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #455442 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 84 | 66 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.67 |
| HSL | 110º | 0.12% | 0.29% | - |
| HSV(B) | 110º | 0.21% | 0.33% | - |
| XYZ | 6.61 | 8 | 6.35 | - |
| YUV | 77.46 | 121.53 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 84 | 66 | 0.18 | 0 | 0.21 | 0.67 | 110 | 0.12 | 0.29 |
| Hex | 45 | 54 | 42 | 12 | 0 | 15 | 43 | 6E | C | 1D |
| Octal | 105 | 124 | 102 | 22 | 0 | 25 | 103 | 156 | 14 | 35 |
| Binary | 1000101 | 1010100 | 1000010 | 10010 | 0 | 10101 | 1000011 | 1101110 | 1100 | 11101 |
Color Harmonies of #455442
Complementary color
Monochromatic Colors of #455442
Black with #455442
Text Example
Text Example
White with #455442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455442; }
p { color: rgb(69,84,66); }
H1.HeaderClassName
{
color: #455442;
}
.AnyTagClassName
{
color: #455442;
}
</style>
background-color css
<style>
a { background-color: #455442; }
a { background-color: rgb(69,84,66); }
div.DivClassName
{
background-color: #455442;
}
.BgClassName
{
background-color: #455442;
}
</style>
border-color css
<style>
span { border-color: #455442; }
span { border-color: rgb(69,84,66); }
td.TdClassName
{
border-color: #455442;
}
.TagClassName
{
border-color: #455442;
}
</style>