Shades of Grey-Asparagus #455643
Tints of Grey-Asparagus #455643
RGB
CMYK
RGB Variations
Color information
#455643 (or 0x455643) is known color: Grey-Asparagus. HEX triplet: 45, 56 and 43. RGB value is (69,86,67). Sum of RGB (Red+Green+Blue) = 69+86+67=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 86 - color contains mainly: green. Hex color #455643 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455643 is #BAA9BC. Grayscale: #4E4E4E. Windows color (decimal): -12233149 or 4412997. OLE color: 4412997.
HSL color Cylindrical-coordinate representation of color #455643: hue angle of 113.68º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #455643 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 86 | 67 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.66 |
| HSL | 113.68º | 0.12% | 0.3% | - |
| HSV(B) | 113.68º | 0.22% | 0.34% | - |
| XYZ | 6.8 | 8.33 | 6.56 | - |
| YUV | 78.75 | 121.37 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 86 | 67 | 0.20 | 0 | 0.22 | 0.66 | 113.68 | 0.12 | 0.3 |
| Hex | 45 | 56 | 43 | 14 | 0 | 16 | 42 | 72 | C | 1E |
| Octal | 105 | 126 | 103 | 24 | 0 | 26 | 102 | 162 | 14 | 36 |
| Binary | 1000101 | 1010110 | 1000011 | 10100 | 0 | 10110 | 1000010 | 1110010 | 1100 | 11110 |
Color Harmonies of #455643
Complementary color
Monochromatic Colors of #455643
Black with #455643
Text Example
Text Example
White with #455643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455643; }
p { color: rgb(69,86,67); }
H1.HeaderClassName
{
color: #455643;
}
.AnyTagClassName
{
color: #455643;
}
</style>
background-color css
<style>
a { background-color: #455643; }
a { background-color: rgb(69,86,67); }
div.DivClassName
{
background-color: #455643;
}
.BgClassName
{
background-color: #455643;
}
</style>
border-color css
<style>
span { border-color: #455643; }
span { border-color: rgb(69,86,67); }
td.TdClassName
{
border-color: #455643;
}
.TagClassName
{
border-color: #455643;
}
</style>