Shades of Grey-Asparagus #485A44
Tints of Grey-Asparagus #485A44
RGB
CMYK
RGB Variations
Color information
#485A44 (or 0x485A44) is known color: Grey-Asparagus. HEX triplet: 48, 5A and 44. RGB value is (72,90,68). Sum of RGB (Red+Green+Blue) = 72+90+68=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 90 - color contains mainly: green. Hex color #485A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485A44 is #B7A5BB. Grayscale: #525252. Windows color (decimal): -12035516 or 4479560. OLE color: 4479560.
HSL color Cylindrical-coordinate representation of color #485A44: hue angle of 109.09º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #485A44 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 90 | 68 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.65 |
| HSL | 109.09º | 0.14% | 0.31% | - |
| HSV(B) | 109.09º | 0.24% | 0.35% | - |
| XYZ | 7.37 | 9.11 | 6.84 | - |
| YUV | 82.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 68 | 0.20 | 0 | 0.24 | 0.65 | 109.09 | 0.14 | 0.31 |
| Hex | 48 | 5A | 44 | 14 | 0 | 18 | 41 | 6D | E | 1F |
| Octal | 110 | 132 | 104 | 24 | 0 | 30 | 101 | 155 | 16 | 37 |
| Binary | 1001000 | 1011010 | 1000100 | 10100 | 0 | 11000 | 1000001 | 1101101 | 1110 | 11111 |
Color Harmonies of #485A44
Complementary color
Monochromatic Colors of #485A44
Black with #485A44
Text Example
Text Example
White with #485A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485A44; }
p { color: rgb(72,90,68); }
H1.HeaderClassName
{
color: #485A44;
}
.AnyTagClassName
{
color: #485A44;
}
</style>
background-color css
<style>
a { background-color: #485A44; }
a { background-color: rgb(72,90,68); }
div.DivClassName
{
background-color: #485A44;
}
.BgClassName
{
background-color: #485A44;
}
</style>
border-color css
<style>
span { border-color: #485A44; }
span { border-color: rgb(72,90,68); }
td.TdClassName
{
border-color: #485A44;
}
.TagClassName
{
border-color: #485A44;
}
</style>