Shades of Grey-Asparagus #455143
Tints of Grey-Asparagus #455143
RGB
CMYK
RGB Variations
Color information
#455143 (or 0x455143) is known color: Grey-Asparagus. HEX triplet: 45, 51 and 43. RGB value is (69,81,67). Sum of RGB (Red+Green+Blue) = 69+81+67=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 67 (26.56% from 255 or 30.88% from 217); Max value from RGB is 81 - color contains mainly: green. Hex color #455143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455143 is #BAAEBC. Grayscale: #4B4B4B. Windows color (decimal): -12234429 or 4411717. OLE color: 4411717.
HSL color Cylindrical-coordinate representation of color #455143: hue angle of 111.43º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #455143 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 81 | 67 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.68 |
| HSL | 111.43º | 0.09% | 0.29% | - |
| HSV(B) | 111.43º | 0.17% | 0.32% | - |
| XYZ | 6.41 | 7.56 | 6.43 | - |
| YUV | 75.82 | 123.02 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 81 | 67 | 0.15 | 0 | 0.17 | 0.68 | 111.43 | 0.09 | 0.29 |
| Hex | 45 | 51 | 43 | F | 0 | 11 | 44 | 6F | 9 | 1D |
| Octal | 105 | 121 | 103 | 17 | 0 | 21 | 104 | 157 | 11 | 35 |
| Binary | 1000101 | 1010001 | 1000011 | 1111 | 0 | 10001 | 1000100 | 1101111 | 1001 | 11101 |
Color Harmonies of #455143
Complementary color
Monochromatic Colors of #455143
Black with #455143
Text Example
Text Example
White with #455143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455143; }
p { color: rgb(69,81,67); }
H1.HeaderClassName
{
color: #455143;
}
.AnyTagClassName
{
color: #455143;
}
</style>
background-color css
<style>
a { background-color: #455143; }
a { background-color: rgb(69,81,67); }
div.DivClassName
{
background-color: #455143;
}
.BgClassName
{
background-color: #455143;
}
</style>
border-color css
<style>
span { border-color: #455143; }
span { border-color: rgb(69,81,67); }
td.TdClassName
{
border-color: #455143;
}
.TagClassName
{
border-color: #455143;
}
</style>