Shades of Grey-Asparagus #486345
Tints of Grey-Asparagus #486345
RGB
CMYK
RGB Variations
Color information
#486345 (or 0x486345) is known color: Grey-Asparagus. HEX triplet: 48, 63 and 45. RGB value is (72,99,69). Sum of RGB (Red+Green+Blue) = 72+99+69=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 99 - color contains mainly: green. Hex color #486345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486345 is #B79CBA. Grayscale: #575757. Windows color (decimal): -12033211 or 4547400. OLE color: 4547400.
HSL color Cylindrical-coordinate representation of color #486345: hue angle of 114º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #486345 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 99 | 69 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.61 |
| HSL | 114º | 0.18% | 0.33% | - |
| HSV(B) | 114º | 0.3% | 0.39% | - |
| XYZ | 8.21 | 10.73 | 7.27 | - |
| YUV | 87.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 99 | 69 | 0.27 | 0 | 0.30 | 0.61 | 114 | 0.18 | 0.33 |
| Hex | 48 | 63 | 45 | 1B | 0 | 1E | 3D | 72 | 12 | 21 |
| Octal | 110 | 143 | 105 | 33 | 0 | 36 | 75 | 162 | 22 | 41 |
| Binary | 1001000 | 1100011 | 1000101 | 11011 | 0 | 11110 | 111101 | 1110010 | 10010 | 100001 |
Color Harmonies of #486345
Complementary color
Monochromatic Colors of #486345
Black with #486345
Text Example
Text Example
White with #486345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486345; }
p { color: rgb(72,99,69); }
H1.HeaderClassName
{
color: #486345;
}
.AnyTagClassName
{
color: #486345;
}
</style>
background-color css
<style>
a { background-color: #486345; }
a { background-color: rgb(72,99,69); }
div.DivClassName
{
background-color: #486345;
}
.BgClassName
{
background-color: #486345;
}
</style>
border-color css
<style>
span { border-color: #486345; }
span { border-color: rgb(72,99,69); }
td.TdClassName
{
border-color: #486345;
}
.TagClassName
{
border-color: #486345;
}
</style>