Shades of Grey-Asparagus #3D543D
Tints of Grey-Asparagus #3D543D
RGB
CMYK
RGB Variations
Color information
#3D543D (or 0x3D543D) is known color: Grey-Asparagus. HEX triplet: 3D, 54 and 3D. RGB value is (61,84,61). Sum of RGB (Red+Green+Blue) = 61+84+61=206 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.61% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 84 - color contains mainly: green. Hex color #3D543D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D543D is #C2ABC2. Grayscale: #4A4A4A. Windows color (decimal): -12757955 or 4019261. OLE color: 4019261.
HSL color Cylindrical-coordinate representation of color #3D543D: hue angle of 120º degrees, saturation: 0.16, 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 #3D543D is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 84 | 61 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.67 |
| HSL | 120º | 0.16% | 0.28% | - |
| HSV(B) | 120º | 0.27% | 0.33% | - |
| XYZ | 5.94 | 7.67 | 5.58 | - |
| YUV | 74.5 | 120.38 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 84 | 61 | 0.27 | 0 | 0.27 | 0.67 | 120 | 0.16 | 0.28 |
| Hex | 3D | 54 | 3D | 1B | 0 | 1B | 43 | 78 | 10 | 1C |
| Octal | 75 | 124 | 75 | 33 | 0 | 33 | 103 | 170 | 20 | 34 |
| Binary | 111101 | 1010100 | 111101 | 11011 | 0 | 11011 | 1000011 | 1111000 | 10000 | 11100 |
Color Harmonies of #3D543D
Complementary color
Monochromatic Colors of #3D543D
Black with #3D543D
Text Example
Text Example
White with #3D543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D543D; }
p { color: rgb(61,84,61); }
H1.HeaderClassName
{
color: #3D543D;
}
.AnyTagClassName
{
color: #3D543D;
}
</style>
background-color css
<style>
a { background-color: #3D543D; }
a { background-color: rgb(61,84,61); }
div.DivClassName
{
background-color: #3D543D;
}
.BgClassName
{
background-color: #3D543D;
}
</style>
border-color css
<style>
span { border-color: #3D543D; }
span { border-color: rgb(61,84,61); }
td.TdClassName
{
border-color: #3D543D;
}
.TagClassName
{
border-color: #3D543D;
}
</style>