Shades of Grey-Asparagus #455445
Tints of Grey-Asparagus #455445
RGB
CMYK
RGB Variations
Color information
#455445 (or 0x455445) is known color: Grey-Asparagus. HEX triplet: 45, 54 and 45. RGB value is (69,84,69). Sum of RGB (Red+Green+Blue) = 69+84+69=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 84 - color contains mainly: green. Hex color #455445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455445 is #BAABBA. Grayscale: #4D4D4D. Windows color (decimal): -12233659 or 4543557. OLE color: 4543557.
HSL color Cylindrical-coordinate representation of color #455445: hue angle of 120º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #455445 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 84 | 69 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.67 |
| HSL | 120º | 0.1% | 0.3% | - |
| HSV(B) | 120º | 0.18% | 0.33% | - |
| XYZ | 6.7 | 8.04 | 6.83 | - |
| YUV | 77.81 | 123.03 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 84 | 69 | 0.18 | 0 | 0.18 | 0.67 | 120 | 0.1 | 0.3 |
| Hex | 45 | 54 | 45 | 12 | 0 | 12 | 43 | 78 | A | 1E |
| Octal | 105 | 124 | 105 | 22 | 0 | 22 | 103 | 170 | 12 | 36 |
| Binary | 1000101 | 1010100 | 1000101 | 10010 | 0 | 10010 | 1000011 | 1111000 | 1010 | 11110 |
Color Harmonies of #455445
Complementary color
Monochromatic Colors of #455445
Black with #455445
Text Example
Text Example
White with #455445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455445; }
p { color: rgb(69,84,69); }
H1.HeaderClassName
{
color: #455445;
}
.AnyTagClassName
{
color: #455445;
}
</style>
background-color css
<style>
a { background-color: #455445; }
a { background-color: rgb(69,84,69); }
div.DivClassName
{
background-color: #455445;
}
.BgClassName
{
background-color: #455445;
}
</style>
border-color css
<style>
span { border-color: #455445; }
span { border-color: rgb(69,84,69); }
td.TdClassName
{
border-color: #455445;
}
.TagClassName
{
border-color: #455445;
}
</style>