Shades of Grey-Asparagus #3A5138
Tints of Grey-Asparagus #3A5138
RGB
CMYK
RGB Variations
Color information
#3A5138 (or 0x3A5138) is known color: Grey-Asparagus. HEX triplet: 3A, 51 and 38. RGB value is (58,81,56). Sum of RGB (Red+Green+Blue) = 58+81+56=195 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.74% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 56 (22.27% from 255 or 28.72% from 195); Max value from RGB is 81 - color contains mainly: green. Hex color #3A5138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5138 is #C5AEC7. Grayscale: #474747. Windows color (decimal): -12955336 or 3690810. OLE color: 3690810.
HSL color Cylindrical-coordinate representation of color #3A5138: hue angle of 115.2º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3A5138 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 81 | 56 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.68 |
| HSL | 115.2º | 0.18% | 0.27% | - |
| HSV(B) | 115.2º | 0.31% | 0.32% | - |
| XYZ | 5.4 | 7.07 | 4.82 | - |
| YUV | 71.27 | 119.38 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 81 | 56 | 0.28 | 0 | 0.31 | 0.68 | 115.2 | 0.18 | 0.27 |
| Hex | 3A | 51 | 38 | 1C | 0 | 1F | 44 | 73 | 12 | 1B |
| Octal | 72 | 121 | 70 | 34 | 0 | 37 | 104 | 163 | 22 | 33 |
| Binary | 111010 | 1010001 | 111000 | 11100 | 0 | 11111 | 1000100 | 1110011 | 10010 | 11011 |
Color Harmonies of #3A5138
Complementary color
Monochromatic Colors of #3A5138
Black with #3A5138
Text Example
Text Example
White with #3A5138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5138; }
p { color: rgb(58,81,56); }
H1.HeaderClassName
{
color: #3A5138;
}
.AnyTagClassName
{
color: #3A5138;
}
</style>
background-color css
<style>
a { background-color: #3A5138; }
a { background-color: rgb(58,81,56); }
div.DivClassName
{
background-color: #3A5138;
}
.BgClassName
{
background-color: #3A5138;
}
</style>
border-color css
<style>
span { border-color: #3A5138; }
span { border-color: rgb(58,81,56); }
td.TdClassName
{
border-color: #3A5138;
}
.TagClassName
{
border-color: #3A5138;
}
</style>