Shades of Grey-Asparagus #455945
Tints of Grey-Asparagus #455945
RGB
CMYK
RGB Variations
Color information
#455945 (or 0x455945) is known color: Grey-Asparagus. HEX triplet: 45, 59 and 45. RGB value is (69,89,69). Sum of RGB (Red+Green+Blue) = 69+89+69=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 69 (27.34% from 255 or 30.40% from 227); Max value from RGB is 89 - color contains mainly: green. Hex color #455945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455945 is #BAA6BA. Grayscale: #505050. Windows color (decimal): -12232379 or 4544837. OLE color: 4544837.
HSL color Cylindrical-coordinate representation of color #455945: hue angle of 120º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #455945 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 89 | 69 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.65 |
| HSL | 120º | 0.13% | 0.31% | - |
| HSV(B) | 120º | 0.22% | 0.35% | - |
| XYZ | 7.1 | 8.84 | 6.96 | - |
| YUV | 80.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 69 | 0.22 | 0 | 0.22 | 0.65 | 120 | 0.13 | 0.31 |
| Hex | 45 | 59 | 45 | 16 | 0 | 16 | 41 | 78 | D | 1F |
| Octal | 105 | 131 | 105 | 26 | 0 | 26 | 101 | 170 | 15 | 37 |
| Binary | 1000101 | 1011001 | 1000101 | 10110 | 0 | 10110 | 1000001 | 1111000 | 1101 | 11111 |
Color Harmonies of #455945
Complementary color
Monochromatic Colors of #455945
Black with #455945
Text Example
Text Example
White with #455945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455945; }
p { color: rgb(69,89,69); }
H1.HeaderClassName
{
color: #455945;
}
.AnyTagClassName
{
color: #455945;
}
</style>
background-color css
<style>
a { background-color: #455945; }
a { background-color: rgb(69,89,69); }
div.DivClassName
{
background-color: #455945;
}
.BgClassName
{
background-color: #455945;
}
</style>
border-color css
<style>
span { border-color: #455945; }
span { border-color: rgb(69,89,69); }
td.TdClassName
{
border-color: #455945;
}
.TagClassName
{
border-color: #455945;
}
</style>