Shades of Grey-Asparagus #3D533D
Tints of Grey-Asparagus #3D533D
RGB
CMYK
RGB Variations
Color information
#3D533D (or 0x3D533D) is known color: Grey-Asparagus. HEX triplet: 3D, 53 and 3D. RGB value is (61,83,61). Sum of RGB (Red+Green+Blue) = 61+83+61=205 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.76% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #3D533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D533D is #C2ACC2. Grayscale: #494949. Windows color (decimal): -12758211 or 4019005. OLE color: 4019005.
HSL color Cylindrical-coordinate representation of color #3D533D: hue angle of 120º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D533D is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 83 | 61 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.67 |
| HSL | 120º | 0.15% | 0.28% | - |
| HSV(B) | 120º | 0.27% | 0.33% | - |
| XYZ | 5.86 | 7.52 | 5.56 | - |
| YUV | 73.91 | 120.71 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 83 | 61 | 0.27 | 0 | 0.27 | 0.67 | 120 | 0.15 | 0.28 |
| Hex | 3D | 53 | 3D | 1B | 0 | 1B | 43 | 78 | F | 1C |
| Octal | 75 | 123 | 75 | 33 | 0 | 33 | 103 | 170 | 17 | 34 |
| Binary | 111101 | 1010011 | 111101 | 11011 | 0 | 11011 | 1000011 | 1111000 | 1111 | 11100 |
Color Harmonies of #3D533D
Complementary color
Monochromatic Colors of #3D533D
Black with #3D533D
Text Example
Text Example
White with #3D533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D533D; }
p { color: rgb(61,83,61); }
H1.HeaderClassName
{
color: #3D533D;
}
.AnyTagClassName
{
color: #3D533D;
}
</style>
background-color css
<style>
a { background-color: #3D533D; }
a { background-color: rgb(61,83,61); }
div.DivClassName
{
background-color: #3D533D;
}
.BgClassName
{
background-color: #3D533D;
}
</style>
border-color css
<style>
span { border-color: #3D533D; }
span { border-color: rgb(61,83,61); }
td.TdClassName
{
border-color: #3D533D;
}
.TagClassName
{
border-color: #3D533D;
}
</style>