Shades of Grey-Asparagus #455345
Tints of Grey-Asparagus #455345
RGB
CMYK
RGB Variations
Color information
#455345 (or 0x455345) is known color: Grey-Asparagus. HEX triplet: 45, 53 and 45. RGB value is (69,83,69). Sum of RGB (Red+Green+Blue) = 69+83+69=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 83 - color contains mainly: green. Hex color #455345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455345 is #BAACBA. Grayscale: #4D4D4D. Windows color (decimal): -12233915 or 4543301. OLE color: 4543301.
HSL color Cylindrical-coordinate representation of color #455345: hue angle of 120º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #455345 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 83 | 69 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.67 |
| HSL | 120º | 0.09% | 0.3% | - |
| HSV(B) | 120º | 0.17% | 0.33% | - |
| XYZ | 6.62 | 7.88 | 6.8 | - |
| YUV | 77.22 | 123.36 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 69 | 0.17 | 0 | 0.17 | 0.67 | 120 | 0.09 | 0.3 |
| Hex | 45 | 53 | 45 | 11 | 0 | 11 | 43 | 78 | 9 | 1E |
| Octal | 105 | 123 | 105 | 21 | 0 | 21 | 103 | 170 | 11 | 36 |
| Binary | 1000101 | 1010011 | 1000101 | 10001 | 0 | 10001 | 1000011 | 1111000 | 1001 | 11110 |
Color Harmonies of #455345
Complementary color
Monochromatic Colors of #455345
Black with #455345
Text Example
Text Example
White with #455345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455345; }
p { color: rgb(69,83,69); }
H1.HeaderClassName
{
color: #455345;
}
.AnyTagClassName
{
color: #455345;
}
</style>
background-color css
<style>
a { background-color: #455345; }
a { background-color: rgb(69,83,69); }
div.DivClassName
{
background-color: #455345;
}
.BgClassName
{
background-color: #455345;
}
</style>
border-color css
<style>
span { border-color: #455345; }
span { border-color: rgb(69,83,69); }
td.TdClassName
{
border-color: #455345;
}
.TagClassName
{
border-color: #455345;
}
</style>