Shades of Grey-Asparagus #3D523A
Tints of Grey-Asparagus #3D523A
RGB
CMYK
RGB Variations
Color information
#3D523A (or 0x3D523A) is known color: Grey-Asparagus. HEX triplet: 3D, 52 and 3A. RGB value is (61,82,58). Sum of RGB (Red+Green+Blue) = 61+82+58=201 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.35% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 82 - color contains mainly: green. Hex color #3D523A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D523A is #C2ADC5. Grayscale: #494949. Windows color (decimal): -12758470 or 3822141. OLE color: 3822141.
HSL color Cylindrical-coordinate representation of color #3D523A: hue angle of 112.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3D523A is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 82 | 58 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.68 |
| HSL | 112.5º | 0.17% | 0.27% | - |
| HSV(B) | 112.5º | 0.29% | 0.32% | - |
| XYZ | 5.71 | 7.33 | 5.12 | - |
| YUV | 72.99 | 119.54 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 82 | 58 | 0.26 | 0 | 0.29 | 0.68 | 112.5 | 0.17 | 0.27 |
| Hex | 3D | 52 | 3A | 1A | 0 | 1D | 44 | 70 | 11 | 1B |
| Octal | 75 | 122 | 72 | 32 | 0 | 35 | 104 | 160 | 21 | 33 |
| Binary | 111101 | 1010010 | 111010 | 11010 | 0 | 11101 | 1000100 | 1110000 | 10001 | 11011 |
Color Harmonies of #3D523A
Complementary color
Monochromatic Colors of #3D523A
Black with #3D523A
Text Example
Text Example
White with #3D523A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D523A; }
p { color: rgb(61,82,58); }
H1.HeaderClassName
{
color: #3D523A;
}
.AnyTagClassName
{
color: #3D523A;
}
</style>
background-color css
<style>
a { background-color: #3D523A; }
a { background-color: rgb(61,82,58); }
div.DivClassName
{
background-color: #3D523A;
}
.BgClassName
{
background-color: #3D523A;
}
</style>
border-color css
<style>
span { border-color: #3D523A; }
span { border-color: rgb(61,82,58); }
td.TdClassName
{
border-color: #3D523A;
}
.TagClassName
{
border-color: #3D523A;
}
</style>