Shades of Grey-Asparagus #486745
Tints of Grey-Asparagus #486745
RGB
CMYK
RGB Variations
Color information
#486745 (or 0x486745) is known color: Grey-Asparagus. HEX triplet: 48, 67 and 45. RGB value is (72,103,69). Sum of RGB (Red+Green+Blue) = 72+103+69=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 103 - color contains mainly: green. Hex color #486745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486745 is #B798BA. Grayscale: #595959. Windows color (decimal): -12032187 or 4548424. OLE color: 4548424.
HSL color Cylindrical-coordinate representation of color #486745: hue angle of 114.71º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #486745 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 103 | 69 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.60 |
| HSL | 114.71º | 0.2% | 0.34% | - |
| HSV(B) | 114.71º | 0.33% | 0.4% | - |
| XYZ | 8.6 | 11.51 | 7.4 | - |
| YUV | 89.86 | 116.23 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 69 | 0.30 | 0 | 0.33 | 0.60 | 114.71 | 0.2 | 0.34 |
| Hex | 48 | 67 | 45 | 1E | 0 | 21 | 3C | 73 | 14 | 22 |
| Octal | 110 | 147 | 105 | 36 | 0 | 41 | 74 | 163 | 24 | 42 |
| Binary | 1001000 | 1100111 | 1000101 | 11110 | 0 | 100001 | 111100 | 1110011 | 10100 | 100010 |
Color Harmonies of #486745
Complementary color
Monochromatic Colors of #486745
Black with #486745
Text Example
Text Example
White with #486745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486745; }
p { color: rgb(72,103,69); }
H1.HeaderClassName
{
color: #486745;
}
.AnyTagClassName
{
color: #486745;
}
</style>
background-color css
<style>
a { background-color: #486745; }
a { background-color: rgb(72,103,69); }
div.DivClassName
{
background-color: #486745;
}
.BgClassName
{
background-color: #486745;
}
</style>
border-color css
<style>
span { border-color: #486745; }
span { border-color: rgb(72,103,69); }
td.TdClassName
{
border-color: #486745;
}
.TagClassName
{
border-color: #486745;
}
</style>