Shades of Grey-Asparagus #455645
Tints of Grey-Asparagus #455645
RGB
CMYK
RGB Variations
Color information
#455645 (or 0x455645) is known color: Grey-Asparagus. HEX triplet: 45, 56 and 45. RGB value is (69,86,69). Sum of RGB (Red+Green+Blue) = 69+86+69=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 86 - color contains mainly: green. Hex color #455645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455645 is #BAA9BA. Grayscale: #4F4F4F. Windows color (decimal): -12233147 or 4544069. OLE color: 4544069.
HSL color Cylindrical-coordinate representation of color #455645: hue angle of 120º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #455645 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 86 | 69 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.66 |
| HSL | 120º | 0.11% | 0.3% | - |
| HSV(B) | 120º | 0.2% | 0.34% | - |
| XYZ | 6.86 | 8.35 | 6.88 | - |
| YUV | 78.98 | 122.37 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 86 | 69 | 0.20 | 0 | 0.20 | 0.66 | 120 | 0.11 | 0.3 |
| Hex | 45 | 56 | 45 | 14 | 0 | 14 | 42 | 78 | B | 1E |
| Octal | 105 | 126 | 105 | 24 | 0 | 24 | 102 | 170 | 13 | 36 |
| Binary | 1000101 | 1010110 | 1000101 | 10100 | 0 | 10100 | 1000010 | 1111000 | 1011 | 11110 |
Color Harmonies of #455645
Complementary color
Monochromatic Colors of #455645
Black with #455645
Text Example
Text Example
White with #455645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455645; }
p { color: rgb(69,86,69); }
H1.HeaderClassName
{
color: #455645;
}
.AnyTagClassName
{
color: #455645;
}
</style>
background-color css
<style>
a { background-color: #455645; }
a { background-color: rgb(69,86,69); }
div.DivClassName
{
background-color: #455645;
}
.BgClassName
{
background-color: #455645;
}
</style>
border-color css
<style>
span { border-color: #455645; }
span { border-color: rgb(69,86,69); }
td.TdClassName
{
border-color: #455645;
}
.TagClassName
{
border-color: #455645;
}
</style>