Shades of Grey-Asparagus #455A40
Tints of Grey-Asparagus #455A40
RGB
CMYK
RGB Variations
Color information
#455A40 (or 0x455A40) is known color: Grey-Asparagus. HEX triplet: 45, 5A and 40. RGB value is (69,90,64). Sum of RGB (Red+Green+Blue) = 69+90+64=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 90 - color contains mainly: green. Hex color #455A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455A40 is #BAA5BF. Grayscale: #505050. Windows color (decimal): -12232128 or 4217413. OLE color: 4217413.
HSL color Cylindrical-coordinate representation of color #455A40: hue angle of 108.46º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #455A40 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 90 | 64 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.65 |
| HSL | 108.46º | 0.17% | 0.3% | - |
| HSV(B) | 108.46º | 0.29% | 0.35% | - |
| XYZ | 7.04 | 8.95 | 6.21 | - |
| YUV | 80.76 | 118.54 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 64 | 0.23 | 0 | 0.29 | 0.65 | 108.46 | 0.17 | 0.3 |
| Hex | 45 | 5A | 40 | 17 | 0 | 1D | 41 | 6C | 11 | 1E |
| Octal | 105 | 132 | 100 | 27 | 0 | 35 | 101 | 154 | 21 | 36 |
| Binary | 1000101 | 1011010 | 1000000 | 10111 | 0 | 11101 | 1000001 | 1101100 | 10001 | 11110 |
Color Harmonies of #455A40
Complementary color
Monochromatic Colors of #455A40
Black with #455A40
Text Example
Text Example
White with #455A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A40; }
p { color: rgb(69,90,64); }
H1.HeaderClassName
{
color: #455A40;
}
.AnyTagClassName
{
color: #455A40;
}
</style>
background-color css
<style>
a { background-color: #455A40; }
a { background-color: rgb(69,90,64); }
div.DivClassName
{
background-color: #455A40;
}
.BgClassName
{
background-color: #455A40;
}
</style>
border-color css
<style>
span { border-color: #455A40; }
span { border-color: rgb(69,90,64); }
td.TdClassName
{
border-color: #455A40;
}
.TagClassName
{
border-color: #455A40;
}
</style>