Shades of Grey-Asparagus #455247
Tints of Grey-Asparagus #455247
RGB
CMYK
RGB Variations
Color information
#455247 (or 0x455247) is known color: Grey-Asparagus. HEX triplet: 45, 52 and 47. RGB value is (69,82,71). Sum of RGB (Red+Green+Blue) = 69+82+71=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 82 - color contains mainly: green. Hex color #455247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455247 is #BAADB8. Grayscale: #4C4C4C. Windows color (decimal): -12234169 or 4674117. OLE color: 4674117.
HSL color Cylindrical-coordinate representation of color #455247: hue angle of 129.23º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #455247 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 82 | 71 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.68 |
| HSL | 129.23º | 0.09% | 0.3% | - |
| HSV(B) | 129.23º | 0.16% | 0.32% | - |
| XYZ | 6.61 | 7.75 | 7.11 | - |
| YUV | 76.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 71 | 0.16 | 0 | 0.13 | 0.68 | 129.23 | 0.09 | 0.3 |
| Hex | 45 | 52 | 47 | 10 | 0 | D | 44 | 81 | 9 | 1E |
| Octal | 105 | 122 | 107 | 20 | 0 | 15 | 104 | 201 | 11 | 36 |
| Binary | 1000101 | 1010010 | 1000111 | 10000 | 0 | 1101 | 1000100 | 10000001 | 1001 | 11110 |
Color Harmonies of #455247
Complementary color
Monochromatic Colors of #455247
Black with #455247
Text Example
Text Example
White with #455247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455247; }
p { color: rgb(69,82,71); }
H1.HeaderClassName
{
color: #455247;
}
.AnyTagClassName
{
color: #455247;
}
</style>
background-color css
<style>
a { background-color: #455247; }
a { background-color: rgb(69,82,71); }
div.DivClassName
{
background-color: #455247;
}
.BgClassName
{
background-color: #455247;
}
</style>
border-color css
<style>
span { border-color: #455247; }
span { border-color: rgb(69,82,71); }
td.TdClassName
{
border-color: #455247;
}
.TagClassName
{
border-color: #455247;
}
</style>