Shades of Grey-Asparagus #3A5739
Tints of Grey-Asparagus #3A5739
RGB
CMYK
RGB Variations
Color information
#3A5739 (or 0x3A5739) is known color: Grey-Asparagus. HEX triplet: 3A, 57 and 39. RGB value is (58,87,57). Sum of RGB (Red+Green+Blue) = 58+87+57=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 87 (34.38% from 255 or 43.07% from 202); Blue value is 57 (22.66% from 255 or 28.22% from 202); Max value from RGB is 87 - color contains mainly: green. Hex color #3A5739 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5739 is #C5A8C6. Grayscale: #4A4A4A. Windows color (decimal): -12953799 or 3757882. OLE color: 3757882.
HSL color Cylindrical-coordinate representation of color #3A5739: hue angle of 118º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3A5739 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 58 | 87 | 57 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.66 |
| HSL | 118º | 0.21% | 0.28% | - |
| HSV(B) | 118º | 0.34% | 0.34% | - |
| XYZ | 5.89 | 8.01 | 5.11 | - |
| YUV | 74.91 | 117.89 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 87 | 57 | 0.33 | 0 | 0.34 | 0.66 | 118 | 0.21 | 0.28 |
| Hex | 3A | 57 | 39 | 21 | 0 | 22 | 42 | 76 | 15 | 1C |
| Octal | 72 | 127 | 71 | 41 | 0 | 42 | 102 | 166 | 25 | 34 |
| Binary | 111010 | 1010111 | 111001 | 100001 | 0 | 100010 | 1000010 | 1110110 | 10101 | 11100 |
Color Harmonies of #3A5739
Complementary color
Monochromatic Colors of #3A5739
Black with #3A5739
Text Example
Text Example
White with #3A5739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5739; }
p { color: rgb(58,87,57); }
H1.HeaderClassName
{
color: #3A5739;
}
.AnyTagClassName
{
color: #3A5739;
}
</style>
background-color css
<style>
a { background-color: #3A5739; }
a { background-color: rgb(58,87,57); }
div.DivClassName
{
background-color: #3A5739;
}
.BgClassName
{
background-color: #3A5739;
}
</style>
border-color css
<style>
span { border-color: #3A5739; }
span { border-color: rgb(58,87,57); }
td.TdClassName
{
border-color: #3A5739;
}
.TagClassName
{
border-color: #3A5739;
}
</style>