Shades of Grey-Asparagus #3E493D
Tints of Grey-Asparagus #3E493D
RGB
CMYK
RGB Variations
Color information
#3E493D (or 0x3E493D) is known color: Grey-Asparagus. HEX triplet: 3E, 49 and 3D. RGB value is (62,73,61). Sum of RGB (Red+Green+Blue) = 62+73+61=196 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.63% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 73 - color contains mainly: green. Hex color #3E493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E493D is #C1B6C2. Grayscale: #444444. Windows color (decimal): -12695235 or 4016446. OLE color: 4016446.
HSL color Cylindrical-coordinate representation of color #3E493D: hue angle of 115º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3E493D is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 73 | 61 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.71 |
| HSL | 115º | 0.09% | 0.26% | - |
| HSV(B) | 115º | 0.16% | 0.29% | - |
| XYZ | 5.21 | 6.13 | 5.32 | - |
| YUV | 68.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 73 | 61 | 0.15 | 0 | 0.16 | 0.71 | 115 | 0.09 | 0.26 |
| Hex | 3E | 49 | 3D | F | 0 | 10 | 47 | 73 | 9 | 1A |
| Octal | 76 | 111 | 75 | 17 | 0 | 20 | 107 | 163 | 11 | 32 |
| Binary | 111110 | 1001001 | 111101 | 1111 | 0 | 10000 | 1000111 | 1110011 | 1001 | 11010 |
Color Harmonies of #3E493D
Complementary color
Monochromatic Colors of #3E493D
Black with #3E493D
Text Example
Text Example
White with #3E493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E493D; }
p { color: rgb(62,73,61); }
H1.HeaderClassName
{
color: #3E493D;
}
.AnyTagClassName
{
color: #3E493D;
}
</style>
background-color css
<style>
a { background-color: #3E493D; }
a { background-color: rgb(62,73,61); }
div.DivClassName
{
background-color: #3E493D;
}
.BgClassName
{
background-color: #3E493D;
}
</style>
border-color css
<style>
span { border-color: #3E493D; }
span { border-color: rgb(62,73,61); }
td.TdClassName
{
border-color: #3E493D;
}
.TagClassName
{
border-color: #3E493D;
}
</style>