Shades of Grey-Asparagus #3D453D
Tints of Grey-Asparagus #3D453D
RGB
CMYK
RGB Variations
Color information
#3D453D (or 0x3D453D) is known color: Grey-Asparagus. HEX triplet: 3D, 45 and 3D. RGB value is (61,69,61). Sum of RGB (Red+Green+Blue) = 61+69+61=191 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.94% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 69 - color contains mainly: green. Hex color #3D453D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D453D is #C2BAC2. Grayscale: #414141. Windows color (decimal): -12761795 or 4015421. OLE color: 4015421.
HSL color Cylindrical-coordinate representation of color #3D453D: hue angle of 120º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3D453D is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 69 | 61 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.73 |
| HSL | 120º | 0.06% | 0.25% | - |
| HSV(B) | 120º | 0.12% | 0.27% | - |
| XYZ | 4.89 | 5.59 | 5.23 | - |
| YUV | 65.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 69 | 61 | 0.12 | 0 | 0.12 | 0.73 | 120 | 0.06 | 0.25 |
| Hex | 3D | 45 | 3D | C | 0 | C | 49 | 78 | 6 | 19 |
| Octal | 75 | 105 | 75 | 14 | 0 | 14 | 111 | 170 | 6 | 31 |
| Binary | 111101 | 1000101 | 111101 | 1100 | 0 | 1100 | 1001001 | 1111000 | 110 | 11001 |
Color Harmonies of #3D453D
Complementary color
Monochromatic Colors of #3D453D
Black with #3D453D
Text Example
Text Example
White with #3D453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D453D; }
p { color: rgb(61,69,61); }
H1.HeaderClassName
{
color: #3D453D;
}
.AnyTagClassName
{
color: #3D453D;
}
</style>
background-color css
<style>
a { background-color: #3D453D; }
a { background-color: rgb(61,69,61); }
div.DivClassName
{
background-color: #3D453D;
}
.BgClassName
{
background-color: #3D453D;
}
</style>
border-color css
<style>
span { border-color: #3D453D; }
span { border-color: rgb(61,69,61); }
td.TdClassName
{
border-color: #3D453D;
}
.TagClassName
{
border-color: #3D453D;
}
</style>