Shades of Grey-Asparagus #455D41
Tints of Grey-Asparagus #455D41
RGB
CMYK
RGB Variations
Color information
#455D41 (or 0x455D41) is known color: Grey-Asparagus. HEX triplet: 45, 5D and 41. RGB value is (69,93,65). Sum of RGB (Red+Green+Blue) = 69+93+65=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 93 - color contains mainly: green. Hex color #455D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455D41 is #BAA2BE. Grayscale: #525252. Windows color (decimal): -12231359 or 4283717. OLE color: 4283717.
HSL color Cylindrical-coordinate representation of color #455D41: hue angle of 111.43º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #455D41 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 93 | 65 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.64 |
| HSL | 111.43º | 0.18% | 0.31% | - |
| HSV(B) | 111.43º | 0.3% | 0.36% | - |
| XYZ | 7.32 | 9.48 | 6.44 | - |
| YUV | 82.63 | 118.05 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 65 | 0.26 | 0 | 0.30 | 0.64 | 111.43 | 0.18 | 0.31 |
| Hex | 45 | 5D | 41 | 1A | 0 | 1E | 40 | 6F | 12 | 1F |
| Octal | 105 | 135 | 101 | 32 | 0 | 36 | 100 | 157 | 22 | 37 |
| Binary | 1000101 | 1011101 | 1000001 | 11010 | 0 | 11110 | 1000000 | 1101111 | 10010 | 11111 |
Color Harmonies of #455D41
Complementary color
Monochromatic Colors of #455D41
Black with #455D41
Text Example
Text Example
White with #455D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455D41; }
p { color: rgb(69,93,65); }
H1.HeaderClassName
{
color: #455D41;
}
.AnyTagClassName
{
color: #455D41;
}
</style>
background-color css
<style>
a { background-color: #455D41; }
a { background-color: rgb(69,93,65); }
div.DivClassName
{
background-color: #455D41;
}
.BgClassName
{
background-color: #455D41;
}
</style>
border-color css
<style>
span { border-color: #455D41; }
span { border-color: rgb(69,93,65); }
td.TdClassName
{
border-color: #455D41;
}
.TagClassName
{
border-color: #455D41;
}
</style>