Shades of Grey-Asparagus #3D503E
Tints of Grey-Asparagus #3D503E
RGB
CMYK
RGB Variations
Color information
#3D503E (or 0x3D503E) is known color: Grey-Asparagus. HEX triplet: 3D, 50 and 3E. RGB value is (61,80,62). Sum of RGB (Red+Green+Blue) = 61+80+62=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 80 - color contains mainly: green. Hex color #3D503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D503E is #C2AFC1. Grayscale: #484848. Windows color (decimal): -12758978 or 4083773. OLE color: 4083773.
HSL color Cylindrical-coordinate representation of color #3D503E: hue angle of 123.16º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3D503E is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 80 | 62 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.69 |
| HSL | 123.16º | 0.13% | 0.28% | - |
| HSV(B) | 123.16º | 0.24% | 0.31% | - |
| XYZ | 5.66 | 7.08 | 5.63 | - |
| YUV | 72.27 | 122.21 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 80 | 62 | 0.24 | 0 | 0.22 | 0.69 | 123.16 | 0.13 | 0.28 |
| Hex | 3D | 50 | 3E | 18 | 0 | 16 | 45 | 7B | D | 1C |
| Octal | 75 | 120 | 76 | 30 | 0 | 26 | 105 | 173 | 15 | 34 |
| Binary | 111101 | 1010000 | 111110 | 11000 | 0 | 10110 | 1000101 | 1111011 | 1101 | 11100 |
Color Harmonies of #3D503E
Complementary color
Monochromatic Colors of #3D503E
Black with #3D503E
Text Example
Text Example
White with #3D503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D503E; }
p { color: rgb(61,80,62); }
H1.HeaderClassName
{
color: #3D503E;
}
.AnyTagClassName
{
color: #3D503E;
}
</style>
background-color css
<style>
a { background-color: #3D503E; }
a { background-color: rgb(61,80,62); }
div.DivClassName
{
background-color: #3D503E;
}
.BgClassName
{
background-color: #3D503E;
}
</style>
border-color css
<style>
span { border-color: #3D503E; }
span { border-color: rgb(61,80,62); }
td.TdClassName
{
border-color: #3D503E;
}
.TagClassName
{
border-color: #3D503E;
}
</style>