Shades of Grey-Asparagus #3D513C
Tints of Grey-Asparagus #3D513C
RGB
CMYK
RGB Variations
Color information
#3D513C (or 0x3D513C) is known color: Grey-Asparagus. HEX triplet: 3D, 51 and 3C. RGB value is (61,81,60). Sum of RGB (Red+Green+Blue) = 61+81+60=202 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.20% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 81 - color contains mainly: green. Hex color #3D513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D513C is #C2AEC3. Grayscale: #484848. Windows color (decimal): -12758724 or 3952957. OLE color: 3952957.
HSL color Cylindrical-coordinate representation of color #3D513C: hue angle of 117.14º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3D513C is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 81 | 60 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.68 |
| HSL | 117.14º | 0.15% | 0.28% | - |
| HSV(B) | 117.14º | 0.26% | 0.32% | - |
| XYZ | 5.68 | 7.2 | 5.37 | - |
| YUV | 72.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 81 | 60 | 0.25 | 0 | 0.26 | 0.68 | 117.14 | 0.15 | 0.28 |
| Hex | 3D | 51 | 3C | 19 | 0 | 1A | 44 | 75 | F | 1C |
| Octal | 75 | 121 | 74 | 31 | 0 | 32 | 104 | 165 | 17 | 34 |
| Binary | 111101 | 1010001 | 111100 | 11001 | 0 | 11010 | 1000100 | 1110101 | 1111 | 11100 |
Color Harmonies of #3D513C
Complementary color
Monochromatic Colors of #3D513C
Black with #3D513C
Text Example
Text Example
White with #3D513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D513C; }
p { color: rgb(61,81,60); }
H1.HeaderClassName
{
color: #3D513C;
}
.AnyTagClassName
{
color: #3D513C;
}
</style>
background-color css
<style>
a { background-color: #3D513C; }
a { background-color: rgb(61,81,60); }
div.DivClassName
{
background-color: #3D513C;
}
.BgClassName
{
background-color: #3D513C;
}
</style>
border-color css
<style>
span { border-color: #3D513C; }
span { border-color: rgb(61,81,60); }
td.TdClassName
{
border-color: #3D513C;
}
.TagClassName
{
border-color: #3D513C;
}
</style>