Shades of Grey-Asparagus #454D43
Tints of Grey-Asparagus #454D43
RGB
CMYK
RGB Variations
Color information
#454D43 (or 0x454D43) is known color: Grey-Asparagus. HEX triplet: 45, 4D and 43. RGB value is (69,77,67). Sum of RGB (Red+Green+Blue) = 69+77+67=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 77 - color contains mainly: green. Hex color #454D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454D43 is #BAB2BC. Grayscale: #494949. Windows color (decimal): -12235453 or 4410693. OLE color: 4410693.
HSL color Cylindrical-coordinate representation of color #454D43: hue angle of 108º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #454D43 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 77 | 67 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.70 |
| HSL | 108º | 0.07% | 0.28% | - |
| HSV(B) | 108º | 0.13% | 0.3% | - |
| XYZ | 6.12 | 6.98 | 6.33 | - |
| YUV | 73.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 67 | 0.10 | 0 | 0.13 | 0.70 | 108 | 0.07 | 0.28 |
| Hex | 45 | 4D | 43 | A | 0 | D | 46 | 6C | 7 | 1C |
| Octal | 105 | 115 | 103 | 12 | 0 | 15 | 106 | 154 | 7 | 34 |
| Binary | 1000101 | 1001101 | 1000011 | 1010 | 0 | 1101 | 1000110 | 1101100 | 111 | 11100 |
Color Harmonies of #454D43
Complementary color
Monochromatic Colors of #454D43
Black with #454D43
Text Example
Text Example
White with #454D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454D43; }
p { color: rgb(69,77,67); }
H1.HeaderClassName
{
color: #454D43;
}
.AnyTagClassName
{
color: #454D43;
}
</style>
background-color css
<style>
a { background-color: #454D43; }
a { background-color: rgb(69,77,67); }
div.DivClassName
{
background-color: #454D43;
}
.BgClassName
{
background-color: #454D43;
}
</style>
border-color css
<style>
span { border-color: #454D43; }
span { border-color: rgb(69,77,67); }
td.TdClassName
{
border-color: #454D43;
}
.TagClassName
{
border-color: #454D43;
}
</style>