Shades of Grey-Asparagus #455C47
Tints of Grey-Asparagus #455C47
RGB
CMYK
RGB Variations
Color information
#455C47 (or 0x455C47) is known color: Grey-Asparagus. HEX triplet: 45, 5C and 47. RGB value is (69,92,71). Sum of RGB (Red+Green+Blue) = 69+92+71=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 92 - color contains mainly: green. Hex color #455C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455C47 is #BAA3B8. Grayscale: #525252. Windows color (decimal): -12231609 or 4676677. OLE color: 4676677.
HSL color Cylindrical-coordinate representation of color #455C47: hue angle of 125.22º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #455C47 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 92 | 71 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.64 |
| HSL | 125.22º | 0.14% | 0.32% | - |
| HSV(B) | 125.22º | 0.25% | 0.36% | - |
| XYZ | 7.42 | 9.37 | 7.38 | - |
| YUV | 82.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 92 | 71 | 0.25 | 0 | 0.23 | 0.64 | 125.22 | 0.14 | 0.32 |
| Hex | 45 | 5C | 47 | 19 | 0 | 17 | 40 | 7D | E | 20 |
| Octal | 105 | 134 | 107 | 31 | 0 | 27 | 100 | 175 | 16 | 40 |
| Binary | 1000101 | 1011100 | 1000111 | 11001 | 0 | 10111 | 1000000 | 1111101 | 1110 | 100000 |
Color Harmonies of #455C47
Complementary color
Monochromatic Colors of #455C47
Black with #455C47
Text Example
Text Example
White with #455C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455C47; }
p { color: rgb(69,92,71); }
H1.HeaderClassName
{
color: #455C47;
}
.AnyTagClassName
{
color: #455C47;
}
</style>
background-color css
<style>
a { background-color: #455C47; }
a { background-color: rgb(69,92,71); }
div.DivClassName
{
background-color: #455C47;
}
.BgClassName
{
background-color: #455C47;
}
</style>
border-color css
<style>
span { border-color: #455C47; }
span { border-color: rgb(69,92,71); }
td.TdClassName
{
border-color: #455C47;
}
.TagClassName
{
border-color: #455C47;
}
</style>