Shades of Grey-Asparagus #455C44
Tints of Grey-Asparagus #455C44
RGB
CMYK
RGB Variations
Color information
#455C44 (or 0x455C44) is known color: Grey-Asparagus. HEX triplet: 45, 5C and 44. RGB value is (69,92,68). Sum of RGB (Red+Green+Blue) = 69+92+68=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 68 (26.95% from 255 or 29.69% from 229); Max value from RGB is 92 - color contains mainly: green. Hex color #455C44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455C44 is #BAA3BB. Grayscale: #525252. Windows color (decimal): -12231612 or 4480069. OLE color: 4480069.
HSL color Cylindrical-coordinate representation of color #455C44: hue angle of 117.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #455C44 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 92 | 68 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.64 |
| HSL | 117.5º | 0.15% | 0.31% | - |
| HSV(B) | 117.5º | 0.26% | 0.36% | - |
| XYZ | 7.32 | 9.34 | 6.88 | - |
| YUV | 82.39 | 119.88 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 92 | 68 | 0.25 | 0 | 0.26 | 0.64 | 117.5 | 0.15 | 0.31 |
| Hex | 45 | 5C | 44 | 19 | 0 | 1A | 40 | 76 | F | 1F |
| Octal | 105 | 134 | 104 | 31 | 0 | 32 | 100 | 166 | 17 | 37 |
| Binary | 1000101 | 1011100 | 1000100 | 11001 | 0 | 11010 | 1000000 | 1110110 | 1111 | 11111 |
Color Harmonies of #455C44
Complementary color
Monochromatic Colors of #455C44
Black with #455C44
Text Example
Text Example
White with #455C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455C44; }
p { color: rgb(69,92,68); }
H1.HeaderClassName
{
color: #455C44;
}
.AnyTagClassName
{
color: #455C44;
}
</style>
background-color css
<style>
a { background-color: #455C44; }
a { background-color: rgb(69,92,68); }
div.DivClassName
{
background-color: #455C44;
}
.BgClassName
{
background-color: #455C44;
}
</style>
border-color css
<style>
span { border-color: #455C44; }
span { border-color: rgb(69,92,68); }
td.TdClassName
{
border-color: #455C44;
}
.TagClassName
{
border-color: #455C44;
}
</style>