Shades of Grey-Asparagus #3A5339
Tints of Grey-Asparagus #3A5339
RGB
CMYK
RGB Variations
Color information
#3A5339 (or 0x3A5339) is known color: Grey-Asparagus. HEX triplet: 3A, 53 and 39. RGB value is (58,83,57). Sum of RGB (Red+Green+Blue) = 58+83+57=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5339 is #C5ACC6. Grayscale: #484848. Windows color (decimal): -12954823 or 3756858. OLE color: 3756858.
HSL color Cylindrical-coordinate representation of color #3A5339: hue angle of 117.69º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3A5339 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 83 | 57 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.67 |
| HSL | 117.69º | 0.19% | 0.27% | - |
| HSV(B) | 117.69º | 0.31% | 0.33% | - |
| XYZ | 5.58 | 7.38 | 5 | - |
| YUV | 72.56 | 119.22 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 83 | 57 | 0.30 | 0 | 0.31 | 0.67 | 117.69 | 0.19 | 0.27 |
| Hex | 3A | 53 | 39 | 1E | 0 | 1F | 43 | 76 | 13 | 1B |
| Octal | 72 | 123 | 71 | 36 | 0 | 37 | 103 | 166 | 23 | 33 |
| Binary | 111010 | 1010011 | 111001 | 11110 | 0 | 11111 | 1000011 | 1110110 | 10011 | 11011 |
Color Harmonies of #3A5339
Complementary color
Monochromatic Colors of #3A5339
Black with #3A5339
Text Example
Text Example
White with #3A5339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5339; }
p { color: rgb(58,83,57); }
H1.HeaderClassName
{
color: #3A5339;
}
.AnyTagClassName
{
color: #3A5339;
}
</style>
background-color css
<style>
a { background-color: #3A5339; }
a { background-color: rgb(58,83,57); }
div.DivClassName
{
background-color: #3A5339;
}
.BgClassName
{
background-color: #3A5339;
}
</style>
border-color css
<style>
span { border-color: #3A5339; }
span { border-color: rgb(58,83,57); }
td.TdClassName
{
border-color: #3A5339;
}
.TagClassName
{
border-color: #3A5339;
}
</style>