Shades of Grey-Asparagus #455A47
Tints of Grey-Asparagus #455A47
RGB
CMYK
RGB Variations
Color information
#455A47 (or 0x455A47) is known color: Grey-Asparagus. HEX triplet: 45, 5A and 47. RGB value is (69,90,71). Sum of RGB (Red+Green+Blue) = 69+90+71=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 90 - color contains mainly: green. Hex color #455A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455A47 is #BAA5B8. Grayscale: #515151. Windows color (decimal): -12232121 or 4676165. OLE color: 4676165.
HSL color Cylindrical-coordinate representation of color #455A47: hue angle of 125.71º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #455A47 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 90 | 71 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.65 |
| HSL | 125.71º | 0.13% | 0.31% | - |
| HSV(B) | 125.71º | 0.23% | 0.35% | - |
| XYZ | 7.25 | 9.03 | 7.32 | - |
| YUV | 81.56 | 122.04 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 71 | 0.23 | 0 | 0.21 | 0.65 | 125.71 | 0.13 | 0.31 |
| Hex | 45 | 5A | 47 | 17 | 0 | 15 | 41 | 7E | D | 1F |
| Octal | 105 | 132 | 107 | 27 | 0 | 25 | 101 | 176 | 15 | 37 |
| Binary | 1000101 | 1011010 | 1000111 | 10111 | 0 | 10101 | 1000001 | 1111110 | 1101 | 11111 |
Color Harmonies of #455A47
Complementary color
Monochromatic Colors of #455A47
Black with #455A47
Text Example
Text Example
White with #455A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A47; }
p { color: rgb(69,90,71); }
H1.HeaderClassName
{
color: #455A47;
}
.AnyTagClassName
{
color: #455A47;
}
</style>
background-color css
<style>
a { background-color: #455A47; }
a { background-color: rgb(69,90,71); }
div.DivClassName
{
background-color: #455A47;
}
.BgClassName
{
background-color: #455A47;
}
</style>
border-color css
<style>
span { border-color: #455A47; }
span { border-color: rgb(69,90,71); }
td.TdClassName
{
border-color: #455A47;
}
.TagClassName
{
border-color: #455A47;
}
</style>