Shades of Grey-Asparagus #455A46
Tints of Grey-Asparagus #455A46
RGB
CMYK
RGB Variations
Color information
#455A46 (or 0x455A46) is known color: Grey-Asparagus. HEX triplet: 45, 5A and 46. RGB value is (69,90,70). Sum of RGB (Red+Green+Blue) = 69+90+70=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 90 - color contains mainly: green. Hex color #455A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455A46 is #BAA5B9. Grayscale: #515151. Windows color (decimal): -12232122 or 4610629. OLE color: 4610629.
HSL color Cylindrical-coordinate representation of color #455A46: hue angle of 122.86º 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 #455A46 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 90 | 70 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.65 |
| HSL | 122.86º | 0.13% | 0.31% | - |
| HSV(B) | 122.86º | 0.23% | 0.35% | - |
| XYZ | 7.22 | 9.02 | 7.16 | - |
| YUV | 81.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 70 | 0.23 | 0 | 0.22 | 0.65 | 122.86 | 0.13 | 0.31 |
| Hex | 45 | 5A | 46 | 17 | 0 | 16 | 41 | 7B | D | 1F |
| Octal | 105 | 132 | 106 | 27 | 0 | 26 | 101 | 173 | 15 | 37 |
| Binary | 1000101 | 1011010 | 1000110 | 10111 | 0 | 10110 | 1000001 | 1111011 | 1101 | 11111 |
Color Harmonies of #455A46
Complementary color
Monochromatic Colors of #455A46
Black with #455A46
Text Example
Text Example
White with #455A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A46; }
p { color: rgb(69,90,70); }
H1.HeaderClassName
{
color: #455A46;
}
.AnyTagClassName
{
color: #455A46;
}
</style>
background-color css
<style>
a { background-color: #455A46; }
a { background-color: rgb(69,90,70); }
div.DivClassName
{
background-color: #455A46;
}
.BgClassName
{
background-color: #455A46;
}
</style>
border-color css
<style>
span { border-color: #455A46; }
span { border-color: rgb(69,90,70); }
td.TdClassName
{
border-color: #455A46;
}
.TagClassName
{
border-color: #455A46;
}
</style>