Shades of Grey-Asparagus #455342
Tints of Grey-Asparagus #455342
RGB
CMYK
RGB Variations
Color information
#455342 (or 0x455342) is known color: Grey-Asparagus. HEX triplet: 45, 53 and 42. RGB value is (69,83,66). Sum of RGB (Red+Green+Blue) = 69+83+66=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 83 - color contains mainly: green. Hex color #455342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455342 is #BAACBD. Grayscale: #4C4C4C. Windows color (decimal): -12233918 or 4346693. OLE color: 4346693.
HSL color Cylindrical-coordinate representation of color #455342: hue angle of 109.41º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #455342 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 83 | 66 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.67 |
| HSL | 109.41º | 0.11% | 0.29% | - |
| HSV(B) | 109.41º | 0.2% | 0.33% | - |
| XYZ | 6.53 | 7.85 | 6.32 | - |
| YUV | 76.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 66 | 0.17 | 0 | 0.20 | 0.67 | 109.41 | 0.11 | 0.29 |
| Hex | 45 | 53 | 42 | 11 | 0 | 14 | 43 | 6D | B | 1D |
| Octal | 105 | 123 | 102 | 21 | 0 | 24 | 103 | 155 | 13 | 35 |
| Binary | 1000101 | 1010011 | 1000010 | 10001 | 0 | 10100 | 1000011 | 1101101 | 1011 | 11101 |
Color Harmonies of #455342
Complementary color
Monochromatic Colors of #455342
Black with #455342
Text Example
Text Example
White with #455342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455342; }
p { color: rgb(69,83,66); }
H1.HeaderClassName
{
color: #455342;
}
.AnyTagClassName
{
color: #455342;
}
</style>
background-color css
<style>
a { background-color: #455342; }
a { background-color: rgb(69,83,66); }
div.DivClassName
{
background-color: #455342;
}
.BgClassName
{
background-color: #455342;
}
</style>
border-color css
<style>
span { border-color: #455342; }
span { border-color: rgb(69,83,66); }
td.TdClassName
{
border-color: #455342;
}
.TagClassName
{
border-color: #455342;
}
</style>