Shades of Grey-Asparagus #3E523D
Tints of Grey-Asparagus #3E523D
RGB
CMYK
RGB Variations
Color information
#3E523D (or 0x3E523D) is known color: Grey-Asparagus. HEX triplet: 3E, 52 and 3D. RGB value is (62,82,61). Sum of RGB (Red+Green+Blue) = 62+82+61=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 82 - color contains mainly: green. Hex color #3E523D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E523D is #C1ADC2. Grayscale: #494949. Windows color (decimal): -12692931 or 4018750. OLE color: 4018750.
HSL color Cylindrical-coordinate representation of color #3E523D: hue angle of 117.14º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3E523D is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 82 | 61 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.68 |
| HSL | 117.14º | 0.15% | 0.28% | - |
| HSV(B) | 117.14º | 0.26% | 0.32% | - |
| XYZ | 5.85 | 7.4 | 5.53 | - |
| YUV | 73.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 82 | 61 | 0.24 | 0 | 0.26 | 0.68 | 117.14 | 0.15 | 0.28 |
| Hex | 3E | 52 | 3D | 18 | 0 | 1A | 44 | 75 | F | 1C |
| Octal | 76 | 122 | 75 | 30 | 0 | 32 | 104 | 165 | 17 | 34 |
| Binary | 111110 | 1010010 | 111101 | 11000 | 0 | 11010 | 1000100 | 1110101 | 1111 | 11100 |
Color Harmonies of #3E523D
Complementary color
Monochromatic Colors of #3E523D
Black with #3E523D
Text Example
Text Example
White with #3E523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E523D; }
p { color: rgb(62,82,61); }
H1.HeaderClassName
{
color: #3E523D;
}
.AnyTagClassName
{
color: #3E523D;
}
</style>
background-color css
<style>
a { background-color: #3E523D; }
a { background-color: rgb(62,82,61); }
div.DivClassName
{
background-color: #3E523D;
}
.BgClassName
{
background-color: #3E523D;
}
</style>
border-color css
<style>
span { border-color: #3E523D; }
span { border-color: rgb(62,82,61); }
td.TdClassName
{
border-color: #3E523D;
}
.TagClassName
{
border-color: #3E523D;
}
</style>