Shades of Grey-Asparagus #485348
Tints of Grey-Asparagus #485348
RGB
CMYK
RGB Variations
Color information
#485348 (or 0x485348) is known color: Grey-Asparagus. HEX triplet: 48, 53 and 48. RGB value is (72,83,72). Sum of RGB (Red+Green+Blue) = 72+83+72=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 83 - color contains mainly: green. Hex color #485348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485348 is #B7ACB7. Grayscale: #4E4E4E. Windows color (decimal): -12037304 or 4739912. OLE color: 4739912.
HSL color Cylindrical-coordinate representation of color #485348: hue angle of 120º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #485348 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 83 | 72 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.67 |
| HSL | 120º | 0.07% | 0.3% | - |
| HSV(B) | 120º | 0.13% | 0.33% | - |
| XYZ | 6.94 | 8.03 | 7.32 | - |
| YUV | 78.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 83 | 72 | 0.13 | 0 | 0.13 | 0.67 | 120 | 0.07 | 0.3 |
| Hex | 48 | 53 | 48 | D | 0 | D | 43 | 78 | 7 | 1E |
| Octal | 110 | 123 | 110 | 15 | 0 | 15 | 103 | 170 | 7 | 36 |
| Binary | 1001000 | 1010011 | 1001000 | 1101 | 0 | 1101 | 1000011 | 1111000 | 111 | 11110 |
Color Harmonies of #485348
Complementary color
Monochromatic Colors of #485348
Black with #485348
Text Example
Text Example
White with #485348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485348; }
p { color: rgb(72,83,72); }
H1.HeaderClassName
{
color: #485348;
}
.AnyTagClassName
{
color: #485348;
}
</style>
background-color css
<style>
a { background-color: #485348; }
a { background-color: rgb(72,83,72); }
div.DivClassName
{
background-color: #485348;
}
.BgClassName
{
background-color: #485348;
}
</style>
border-color css
<style>
span { border-color: #485348; }
span { border-color: rgb(72,83,72); }
td.TdClassName
{
border-color: #485348;
}
.TagClassName
{
border-color: #485348;
}
</style>