Shades of Grey-Asparagus #486045
Tints of Grey-Asparagus #486045
RGB
CMYK
RGB Variations
Color information
#486045 (or 0x486045) is known color: Grey-Asparagus. HEX triplet: 48, 60 and 45. RGB value is (72,96,69). Sum of RGB (Red+Green+Blue) = 72+96+69=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #486045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486045 is #B79FBA. Grayscale: #555555. Windows color (decimal): -12033979 or 4546632. OLE color: 4546632.
HSL color Cylindrical-coordinate representation of color #486045: hue angle of 113.33º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #486045 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 96 | 69 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.62 |
| HSL | 113.33º | 0.16% | 0.32% | - |
| HSV(B) | 113.33º | 0.28% | 0.38% | - |
| XYZ | 7.93 | 10.17 | 7.18 | - |
| YUV | 85.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 96 | 69 | 0.25 | 0 | 0.28 | 0.62 | 113.33 | 0.16 | 0.32 |
| Hex | 48 | 60 | 45 | 19 | 0 | 1C | 3E | 71 | 10 | 20 |
| Octal | 110 | 140 | 105 | 31 | 0 | 34 | 76 | 161 | 20 | 40 |
| Binary | 1001000 | 1100000 | 1000101 | 11001 | 0 | 11100 | 111110 | 1110001 | 10000 | 100000 |
Color Harmonies of #486045
Complementary color
Monochromatic Colors of #486045
Black with #486045
Text Example
Text Example
White with #486045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486045; }
p { color: rgb(72,96,69); }
H1.HeaderClassName
{
color: #486045;
}
.AnyTagClassName
{
color: #486045;
}
</style>
background-color css
<style>
a { background-color: #486045; }
a { background-color: rgb(72,96,69); }
div.DivClassName
{
background-color: #486045;
}
.BgClassName
{
background-color: #486045;
}
</style>
border-color css
<style>
span { border-color: #486045; }
span { border-color: rgb(72,96,69); }
td.TdClassName
{
border-color: #486045;
}
.TagClassName
{
border-color: #486045;
}
</style>