Shades of Grey-Asparagus #455D47
Tints of Grey-Asparagus #455D47
RGB
CMYK
RGB Variations
Color information
#455D47 (or 0x455D47) is known color: Grey-Asparagus. HEX triplet: 45, 5D and 47. RGB value is (69,93,71). Sum of RGB (Red+Green+Blue) = 69+93+71=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 93 - color contains mainly: green. Hex color #455D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455D47 is #BAA2B8. Grayscale: #535353. Windows color (decimal): -12231353 or 4676933. OLE color: 4676933.
HSL color Cylindrical-coordinate representation of color #455D47: hue angle of 125º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #455D47 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 93 | 71 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.64 |
| HSL | 125º | 0.15% | 0.32% | - |
| HSV(B) | 125º | 0.26% | 0.36% | - |
| XYZ | 7.51 | 9.55 | 7.41 | - |
| YUV | 83.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 71 | 0.26 | 0 | 0.24 | 0.64 | 125 | 0.15 | 0.32 |
| Hex | 45 | 5D | 47 | 1A | 0 | 18 | 40 | 7D | F | 20 |
| Octal | 105 | 135 | 107 | 32 | 0 | 30 | 100 | 175 | 17 | 40 |
| Binary | 1000101 | 1011101 | 1000111 | 11010 | 0 | 11000 | 1000000 | 1111101 | 1111 | 100000 |
Color Harmonies of #455D47
Complementary color
Monochromatic Colors of #455D47
Black with #455D47
Text Example
Text Example
White with #455D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455D47; }
p { color: rgb(69,93,71); }
H1.HeaderClassName
{
color: #455D47;
}
.AnyTagClassName
{
color: #455D47;
}
</style>
background-color css
<style>
a { background-color: #455D47; }
a { background-color: rgb(69,93,71); }
div.DivClassName
{
background-color: #455D47;
}
.BgClassName
{
background-color: #455D47;
}
</style>
border-color css
<style>
span { border-color: #455D47; }
span { border-color: rgb(69,93,71); }
td.TdClassName
{
border-color: #455D47;
}
.TagClassName
{
border-color: #455D47;
}
</style>