Shades of Grey-Asparagus #455043
Tints of Grey-Asparagus #455043
RGB
CMYK
RGB Variations
Color information
#455043 (or 0x455043) is known color: Grey-Asparagus. HEX triplet: 45, 50 and 43. RGB value is (69,80,67). Sum of RGB (Red+Green+Blue) = 69+80+67=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 67 (26.56% from 255 or 31.02% from 216); Max value from RGB is 80 - color contains mainly: green. Hex color #455043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455043 is #BAAFBC. Grayscale: #4B4B4B. Windows color (decimal): -12234685 or 4411461. OLE color: 4411461.
HSL color Cylindrical-coordinate representation of color #455043: hue angle of 110.77º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #455043 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 80 | 67 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.69 |
| HSL | 110.77º | 0.09% | 0.29% | - |
| HSV(B) | 110.77º | 0.16% | 0.31% | - |
| XYZ | 6.34 | 7.41 | 6.41 | - |
| YUV | 75.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 80 | 67 | 0.14 | 0 | 0.16 | 0.69 | 110.77 | 0.09 | 0.29 |
| Hex | 45 | 50 | 43 | E | 0 | 10 | 45 | 6F | 9 | 1D |
| Octal | 105 | 120 | 103 | 16 | 0 | 20 | 105 | 157 | 11 | 35 |
| Binary | 1000101 | 1010000 | 1000011 | 1110 | 0 | 10000 | 1000101 | 1101111 | 1001 | 11101 |
Color Harmonies of #455043
Complementary color
Monochromatic Colors of #455043
Black with #455043
Text Example
Text Example
White with #455043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455043; }
p { color: rgb(69,80,67); }
H1.HeaderClassName
{
color: #455043;
}
.AnyTagClassName
{
color: #455043;
}
</style>
background-color css
<style>
a { background-color: #455043; }
a { background-color: rgb(69,80,67); }
div.DivClassName
{
background-color: #455043;
}
.BgClassName
{
background-color: #455043;
}
</style>
border-color css
<style>
span { border-color: #455043; }
span { border-color: rgb(69,80,67); }
td.TdClassName
{
border-color: #455043;
}
.TagClassName
{
border-color: #455043;
}
</style>