Shades of Grey-Asparagus #486445
Tints of Grey-Asparagus #486445
RGB
CMYK
RGB Variations
Color information
#486445 (or 0x486445) is known color: Grey-Asparagus. HEX triplet: 48, 64 and 45. RGB value is (72,100,69). Sum of RGB (Red+Green+Blue) = 72+100+69=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 69 (27.34% from 255 or 28.63% from 241); Max value from RGB is 100 - color contains mainly: green. Hex color #486445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486445 is #B79BBA. Grayscale: #585858. Windows color (decimal): -12032955 or 4547656. OLE color: 4547656.
HSL color Cylindrical-coordinate representation of color #486445: hue angle of 114.19º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #486445 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 100 | 69 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.61 |
| HSL | 114.19º | 0.18% | 0.33% | - |
| HSV(B) | 114.19º | 0.31% | 0.39% | - |
| XYZ | 8.3 | 10.92 | 7.3 | - |
| YUV | 88.09 | 117.22 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 100 | 69 | 0.28 | 0 | 0.31 | 0.61 | 114.19 | 0.18 | 0.33 |
| Hex | 48 | 64 | 45 | 1C | 0 | 1F | 3D | 72 | 12 | 21 |
| Octal | 110 | 144 | 105 | 34 | 0 | 37 | 75 | 162 | 22 | 41 |
| Binary | 1001000 | 1100100 | 1000101 | 11100 | 0 | 11111 | 111101 | 1110010 | 10010 | 100001 |
Color Harmonies of #486445
Complementary color
Monochromatic Colors of #486445
Black with #486445
Text Example
Text Example
White with #486445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486445; }
p { color: rgb(72,100,69); }
H1.HeaderClassName
{
color: #486445;
}
.AnyTagClassName
{
color: #486445;
}
</style>
background-color css
<style>
a { background-color: #486445; }
a { background-color: rgb(72,100,69); }
div.DivClassName
{
background-color: #486445;
}
.BgClassName
{
background-color: #486445;
}
</style>
border-color css
<style>
span { border-color: #486445; }
span { border-color: rgb(72,100,69); }
td.TdClassName
{
border-color: #486445;
}
.TagClassName
{
border-color: #486445;
}
</style>