Shades of Grey-Asparagus #3D583D
Tints of Grey-Asparagus #3D583D
RGB
CMYK
RGB Variations
Color information
#3D583D (or 0x3D583D) is known color: Grey-Asparagus. HEX triplet: 3D, 58 and 3D. RGB value is (61,88,61). Sum of RGB (Red+Green+Blue) = 61+88+61=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 88 - color contains mainly: green. Hex color #3D583D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D583D is #C2A7C2. Grayscale: #4C4C4C. Windows color (decimal): -12756931 or 4020285. OLE color: 4020285.
HSL color Cylindrical-coordinate representation of color #3D583D: hue angle of 120º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D583D is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 88 | 61 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.65 |
| HSL | 120º | 0.18% | 0.29% | - |
| HSV(B) | 120º | 0.31% | 0.35% | - |
| XYZ | 6.26 | 8.31 | 5.69 | - |
| YUV | 76.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 88 | 61 | 0.31 | 0 | 0.31 | 0.65 | 120 | 0.18 | 0.29 |
| Hex | 3D | 58 | 3D | 1F | 0 | 1F | 41 | 78 | 12 | 1D |
| Octal | 75 | 130 | 75 | 37 | 0 | 37 | 101 | 170 | 22 | 35 |
| Binary | 111101 | 1011000 | 111101 | 11111 | 0 | 11111 | 1000001 | 1111000 | 10010 | 11101 |
Color Harmonies of #3D583D
Complementary color
Monochromatic Colors of #3D583D
Black with #3D583D
Text Example
Text Example
White with #3D583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D583D; }
p { color: rgb(61,88,61); }
H1.HeaderClassName
{
color: #3D583D;
}
.AnyTagClassName
{
color: #3D583D;
}
</style>
background-color css
<style>
a { background-color: #3D583D; }
a { background-color: rgb(61,88,61); }
div.DivClassName
{
background-color: #3D583D;
}
.BgClassName
{
background-color: #3D583D;
}
</style>
border-color css
<style>
span { border-color: #3D583D; }
span { border-color: rgb(61,88,61); }
td.TdClassName
{
border-color: #3D583D;
}
.TagClassName
{
border-color: #3D583D;
}
</style>