Shades of Grey-Asparagus #454D44
Tints of Grey-Asparagus #454D44
RGB
CMYK
RGB Variations
Color information
#454D44 (or 0x454D44) is known color: Grey-Asparagus. HEX triplet: 45, 4D and 44. RGB value is (69,77,68). Sum of RGB (Red+Green+Blue) = 69+77+68=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 77 - color contains mainly: green. Hex color #454D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454D44 is #BAB2BB. Grayscale: #494949. Windows color (decimal): -12235452 or 4476229. OLE color: 4476229.
HSL color Cylindrical-coordinate representation of color #454D44: hue angle of 113.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #454D44 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 77 | 68 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.70 |
| HSL | 113.33º | 0.06% | 0.28% | - |
| HSV(B) | 113.33º | 0.12% | 0.3% | - |
| XYZ | 6.15 | 6.99 | 6.49 | - |
| YUV | 73.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 68 | 0.10 | 0 | 0.12 | 0.70 | 113.33 | 0.06 | 0.28 |
| Hex | 45 | 4D | 44 | A | 0 | C | 46 | 71 | 6 | 1C |
| Octal | 105 | 115 | 104 | 12 | 0 | 14 | 106 | 161 | 6 | 34 |
| Binary | 1000101 | 1001101 | 1000100 | 1010 | 0 | 1100 | 1000110 | 1110001 | 110 | 11100 |
Color Harmonies of #454D44
Complementary color
Monochromatic Colors of #454D44
Black with #454D44
Text Example
Text Example
White with #454D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454D44; }
p { color: rgb(69,77,68); }
H1.HeaderClassName
{
color: #454D44;
}
.AnyTagClassName
{
color: #454D44;
}
</style>
background-color css
<style>
a { background-color: #454D44; }
a { background-color: rgb(69,77,68); }
div.DivClassName
{
background-color: #454D44;
}
.BgClassName
{
background-color: #454D44;
}
</style>
border-color css
<style>
span { border-color: #454D44; }
span { border-color: rgb(69,77,68); }
td.TdClassName
{
border-color: #454D44;
}
.TagClassName
{
border-color: #454D44;
}
</style>