Shades of Grey-Asparagus #485F45
Tints of Grey-Asparagus #485F45
RGB
CMYK
RGB Variations
Color information
#485F45 (or 0x485F45) is known color: Grey-Asparagus. HEX triplet: 48, 5F and 45. RGB value is (72,95,69). Sum of RGB (Red+Green+Blue) = 72+95+69=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 95 - color contains mainly: green. Hex color #485F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485F45 is #B7A0BA. Grayscale: #555555. Windows color (decimal): -12034235 or 4546376. OLE color: 4546376.
HSL color Cylindrical-coordinate representation of color #485F45: hue angle of 113.08º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #485F45 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 95 | 69 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.63 |
| HSL | 113.08º | 0.16% | 0.32% | - |
| HSV(B) | 113.08º | 0.27% | 0.37% | - |
| XYZ | 7.84 | 9.99 | 7.15 | - |
| YUV | 85.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 69 | 0.24 | 0 | 0.27 | 0.63 | 113.08 | 0.16 | 0.32 |
| Hex | 48 | 5F | 45 | 18 | 0 | 1B | 3F | 71 | 10 | 20 |
| Octal | 110 | 137 | 105 | 30 | 0 | 33 | 77 | 161 | 20 | 40 |
| Binary | 1001000 | 1011111 | 1000101 | 11000 | 0 | 11011 | 111111 | 1110001 | 10000 | 100000 |
Color Harmonies of #485F45
Complementary color
Monochromatic Colors of #485F45
Black with #485F45
Text Example
Text Example
White with #485F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485F45; }
p { color: rgb(72,95,69); }
H1.HeaderClassName
{
color: #485F45;
}
.AnyTagClassName
{
color: #485F45;
}
</style>
background-color css
<style>
a { background-color: #485F45; }
a { background-color: rgb(72,95,69); }
div.DivClassName
{
background-color: #485F45;
}
.BgClassName
{
background-color: #485F45;
}
</style>
border-color css
<style>
span { border-color: #485F45; }
span { border-color: rgb(72,95,69); }
td.TdClassName
{
border-color: #485F45;
}
.TagClassName
{
border-color: #485F45;
}
</style>