Shades of Grey-Asparagus #3D493C
Tints of Grey-Asparagus #3D493C
RGB
CMYK
RGB Variations
Color information
#3D493C (or 0x3D493C) is known color: Grey-Asparagus. HEX triplet: 3D, 49 and 3C. RGB value is (61,73,60). Sum of RGB (Red+Green+Blue) = 61+73+60=194 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.44% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 73 - color contains mainly: green. Hex color #3D493C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D493C is #C2B6C3. Grayscale: #434343. Windows color (decimal): -12760772 or 3950909. OLE color: 3950909.
HSL color Cylindrical-coordinate representation of color #3D493C: hue angle of 115.38º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3D493C is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 73 | 60 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.71 |
| HSL | 115.38º | 0.1% | 0.26% | - |
| HSV(B) | 115.38º | 0.18% | 0.29% | - |
| XYZ | 5.12 | 6.08 | 5.18 | - |
| YUV | 67.93 | 123.52 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 73 | 60 | 0.16 | 0 | 0.18 | 0.71 | 115.38 | 0.1 | 0.26 |
| Hex | 3D | 49 | 3C | 10 | 0 | 12 | 47 | 73 | A | 1A |
| Octal | 75 | 111 | 74 | 20 | 0 | 22 | 107 | 163 | 12 | 32 |
| Binary | 111101 | 1001001 | 111100 | 10000 | 0 | 10010 | 1000111 | 1110011 | 1010 | 11010 |
Color Harmonies of #3D493C
Complementary color
Monochromatic Colors of #3D493C
Black with #3D493C
Text Example
Text Example
White with #3D493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D493C; }
p { color: rgb(61,73,60); }
H1.HeaderClassName
{
color: #3D493C;
}
.AnyTagClassName
{
color: #3D493C;
}
</style>
background-color css
<style>
a { background-color: #3D493C; }
a { background-color: rgb(61,73,60); }
div.DivClassName
{
background-color: #3D493C;
}
.BgClassName
{
background-color: #3D493C;
}
</style>
border-color css
<style>
span { border-color: #3D493C; }
span { border-color: rgb(61,73,60); }
td.TdClassName
{
border-color: #3D493C;
}
.TagClassName
{
border-color: #3D493C;
}
</style>