Shades of Grey-Asparagus #485A48
Tints of Grey-Asparagus #485A48
RGB
CMYK
RGB Variations
Color information
#485A48 (or 0x485A48) is known color: Grey-Asparagus. HEX triplet: 48, 5A and 48. RGB value is (72,90,72). Sum of RGB (Red+Green+Blue) = 72+90+72=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 90 - color contains mainly: green. Hex color #485A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485A48 is #B7A5B7. Grayscale: #525252. Windows color (decimal): -12035512 or 4741704. OLE color: 4741704.
HSL color Cylindrical-coordinate representation of color #485A48: hue angle of 120º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #485A48 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 90 | 72 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.65 |
| HSL | 120º | 0.11% | 0.32% | - |
| HSV(B) | 120º | 0.2% | 0.35% | - |
| XYZ | 7.5 | 9.16 | 7.5 | - |
| YUV | 82.57 | 122.04 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 72 | 0.20 | 0 | 0.20 | 0.65 | 120 | 0.11 | 0.32 |
| Hex | 48 | 5A | 48 | 14 | 0 | 14 | 41 | 78 | B | 20 |
| Octal | 110 | 132 | 110 | 24 | 0 | 24 | 101 | 170 | 13 | 40 |
| Binary | 1001000 | 1011010 | 1001000 | 10100 | 0 | 10100 | 1000001 | 1111000 | 1011 | 100000 |
Color Harmonies of #485A48
Complementary color
Monochromatic Colors of #485A48
Black with #485A48
Text Example
Text Example
White with #485A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485A48; }
p { color: rgb(72,90,72); }
H1.HeaderClassName
{
color: #485A48;
}
.AnyTagClassName
{
color: #485A48;
}
</style>
background-color css
<style>
a { background-color: #485A48; }
a { background-color: rgb(72,90,72); }
div.DivClassName
{
background-color: #485A48;
}
.BgClassName
{
background-color: #485A48;
}
</style>
border-color css
<style>
span { border-color: #485A48; }
span { border-color: rgb(72,90,72); }
td.TdClassName
{
border-color: #485A48;
}
.TagClassName
{
border-color: #485A48;
}
</style>