Shades of Grey-Asparagus #455E41
Tints of Grey-Asparagus #455E41
RGB
CMYK
RGB Variations
Color information
#455E41 (or 0x455E41) is known color: Grey-Asparagus. HEX triplet: 45, 5E and 41. RGB value is (69,94,65). Sum of RGB (Red+Green+Blue) = 69+94+65=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 94 - color contains mainly: green. Hex color #455E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455E41 is #BAA1BE. Grayscale: #535353. Windows color (decimal): -12231103 or 4283973. OLE color: 4283973.
HSL color Cylindrical-coordinate representation of color #455E41: hue angle of 111.72º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #455E41 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 94 | 65 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.63 |
| HSL | 111.72º | 0.18% | 0.31% | - |
| HSV(B) | 111.72º | 0.31% | 0.37% | - |
| XYZ | 7.41 | 9.65 | 6.47 | - |
| YUV | 83.22 | 117.72 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 94 | 65 | 0.27 | 0 | 0.31 | 0.63 | 111.72 | 0.18 | 0.31 |
| Hex | 45 | 5E | 41 | 1B | 0 | 1F | 3F | 70 | 12 | 1F |
| Octal | 105 | 136 | 101 | 33 | 0 | 37 | 77 | 160 | 22 | 37 |
| Binary | 1000101 | 1011110 | 1000001 | 11011 | 0 | 11111 | 111111 | 1110000 | 10010 | 11111 |
Color Harmonies of #455E41
Complementary color
Monochromatic Colors of #455E41
Black with #455E41
Text Example
Text Example
White with #455E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455E41; }
p { color: rgb(69,94,65); }
H1.HeaderClassName
{
color: #455E41;
}
.AnyTagClassName
{
color: #455E41;
}
</style>
background-color css
<style>
a { background-color: #455E41; }
a { background-color: rgb(69,94,65); }
div.DivClassName
{
background-color: #455E41;
}
.BgClassName
{
background-color: #455E41;
}
</style>
border-color css
<style>
span { border-color: #455E41; }
span { border-color: rgb(69,94,65); }
td.TdClassName
{
border-color: #455E41;
}
.TagClassName
{
border-color: #455E41;
}
</style>