Shades of Grey-Asparagus #3E513D
Tints of Grey-Asparagus #3E513D
RGB
CMYK
RGB Variations
Color information
#3E513D (or 0x3E513D) is known color: Grey-Asparagus. HEX triplet: 3E, 51 and 3D. RGB value is (62,81,61). Sum of RGB (Red+Green+Blue) = 62+81+61=204 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.39% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 81 - color contains mainly: green. Hex color #3E513D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E513D is #C1AEC2. Grayscale: #494949. Windows color (decimal): -12693187 or 4018494. OLE color: 4018494.
HSL color Cylindrical-coordinate representation of color #3E513D: hue angle of 117º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3E513D is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 81 | 61 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.68 |
| HSL | 117º | 0.14% | 0.28% | - |
| HSV(B) | 117º | 0.25% | 0.32% | - |
| XYZ | 5.77 | 7.25 | 5.51 | - |
| YUV | 73.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 81 | 61 | 0.23 | 0 | 0.25 | 0.68 | 117 | 0.14 | 0.28 |
| Hex | 3E | 51 | 3D | 17 | 0 | 19 | 44 | 75 | E | 1C |
| Octal | 76 | 121 | 75 | 27 | 0 | 31 | 104 | 165 | 16 | 34 |
| Binary | 111110 | 1010001 | 111101 | 10111 | 0 | 11001 | 1000100 | 1110101 | 1110 | 11100 |
Color Harmonies of #3E513D
Complementary color
Monochromatic Colors of #3E513D
Black with #3E513D
Text Example
Text Example
White with #3E513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E513D; }
p { color: rgb(62,81,61); }
H1.HeaderClassName
{
color: #3E513D;
}
.AnyTagClassName
{
color: #3E513D;
}
</style>
background-color css
<style>
a { background-color: #3E513D; }
a { background-color: rgb(62,81,61); }
div.DivClassName
{
background-color: #3E513D;
}
.BgClassName
{
background-color: #3E513D;
}
</style>
border-color css
<style>
span { border-color: #3E513D; }
span { border-color: rgb(62,81,61); }
td.TdClassName
{
border-color: #3E513D;
}
.TagClassName
{
border-color: #3E513D;
}
</style>