Shades of Grey-Asparagus #3E523E
Tints of Grey-Asparagus #3E523E
RGB
CMYK
RGB Variations
Color information
#3E523E (or 0x3E523E) is known color: Grey-Asparagus. HEX triplet: 3E, 52 and 3E. RGB value is (62,82,62). Sum of RGB (Red+Green+Blue) = 62+82+62=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 82 - color contains mainly: green. Hex color #3E523E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E523E is #C1ADC1. Grayscale: #494949. Windows color (decimal): -12692930 or 4084286. OLE color: 4084286.
HSL color Cylindrical-coordinate representation of color #3E523E: hue angle of 120º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3E523E is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 82 | 62 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.68 |
| HSL | 120º | 0.14% | 0.28% | - |
| HSV(B) | 120º | 0.24% | 0.32% | - |
| XYZ | 5.87 | 7.41 | 5.68 | - |
| YUV | 73.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 82 | 62 | 0.24 | 0 | 0.24 | 0.68 | 120 | 0.14 | 0.28 |
| Hex | 3E | 52 | 3E | 18 | 0 | 18 | 44 | 78 | E | 1C |
| Octal | 76 | 122 | 76 | 30 | 0 | 30 | 104 | 170 | 16 | 34 |
| Binary | 111110 | 1010010 | 111110 | 11000 | 0 | 11000 | 1000100 | 1111000 | 1110 | 11100 |
Color Harmonies of #3E523E
Complementary color
Monochromatic Colors of #3E523E
Black with #3E523E
Text Example
Text Example
White with #3E523E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E523E; }
p { color: rgb(62,82,62); }
H1.HeaderClassName
{
color: #3E523E;
}
.AnyTagClassName
{
color: #3E523E;
}
</style>
background-color css
<style>
a { background-color: #3E523E; }
a { background-color: rgb(62,82,62); }
div.DivClassName
{
background-color: #3E523E;
}
.BgClassName
{
background-color: #3E523E;
}
</style>
border-color css
<style>
span { border-color: #3E523E; }
span { border-color: rgb(62,82,62); }
td.TdClassName
{
border-color: #3E523E;
}
.TagClassName
{
border-color: #3E523E;
}
</style>