Shades of Grey-Asparagus #455D43
Tints of Grey-Asparagus #455D43
RGB
CMYK
RGB Variations
Color information
#455D43 (or 0x455D43) is known color: Grey-Asparagus. HEX triplet: 45, 5D and 43. RGB value is (69,93,67). Sum of RGB (Red+Green+Blue) = 69+93+67=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 67 (26.56% from 255 or 29.26% from 229); Max value from RGB is 93 - color contains mainly: green. Hex color #455D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455D43 is #BAA2BC. Grayscale: #525252. Windows color (decimal): -12231357 or 4414789. OLE color: 4414789.
HSL color Cylindrical-coordinate representation of color #455D43: hue angle of 115.38º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #455D43 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 93 | 67 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.64 |
| HSL | 115.38º | 0.16% | 0.31% | - |
| HSV(B) | 115.38º | 0.28% | 0.36% | - |
| XYZ | 7.38 | 9.5 | 6.75 | - |
| YUV | 82.86 | 119.05 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 67 | 0.26 | 0 | 0.28 | 0.64 | 115.38 | 0.16 | 0.31 |
| Hex | 45 | 5D | 43 | 1A | 0 | 1C | 40 | 73 | 10 | 1F |
| Octal | 105 | 135 | 103 | 32 | 0 | 34 | 100 | 163 | 20 | 37 |
| Binary | 1000101 | 1011101 | 1000011 | 11010 | 0 | 11100 | 1000000 | 1110011 | 10000 | 11111 |
Color Harmonies of #455D43
Complementary color
Monochromatic Colors of #455D43
Black with #455D43
Text Example
Text Example
White with #455D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455D43; }
p { color: rgb(69,93,67); }
H1.HeaderClassName
{
color: #455D43;
}
.AnyTagClassName
{
color: #455D43;
}
</style>
background-color css
<style>
a { background-color: #455D43; }
a { background-color: rgb(69,93,67); }
div.DivClassName
{
background-color: #455D43;
}
.BgClassName
{
background-color: #455D43;
}
</style>
border-color css
<style>
span { border-color: #455D43; }
span { border-color: rgb(69,93,67); }
td.TdClassName
{
border-color: #455D43;
}
.TagClassName
{
border-color: #455D43;
}
</style>