Shades of Grey-Asparagus #3D523B
Tints of Grey-Asparagus #3D523B
RGB
CMYK
RGB Variations
Color information
#3D523B (or 0x3D523B) is known color: Grey-Asparagus. HEX triplet: 3D, 52 and 3B. RGB value is (61,82,59). Sum of RGB (Red+Green+Blue) = 61+82+59=202 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.20% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 82 - color contains mainly: green. Hex color #3D523B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D523B is #C2ADC4. Grayscale: #494949. Windows color (decimal): -12758469 or 3887677. OLE color: 3887677.
HSL color Cylindrical-coordinate representation of color #3D523B: hue angle of 114.78º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D523B is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 82 | 59 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.68 |
| HSL | 114.78º | 0.16% | 0.28% | - |
| HSV(B) | 114.78º | 0.28% | 0.32% | - |
| XYZ | 5.73 | 7.34 | 5.25 | - |
| YUV | 73.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 82 | 59 | 0.26 | 0 | 0.28 | 0.68 | 114.78 | 0.16 | 0.28 |
| Hex | 3D | 52 | 3B | 1A | 0 | 1C | 44 | 73 | 10 | 1C |
| Octal | 75 | 122 | 73 | 32 | 0 | 34 | 104 | 163 | 20 | 34 |
| Binary | 111101 | 1010010 | 111011 | 11010 | 0 | 11100 | 1000100 | 1110011 | 10000 | 11100 |
Color Harmonies of #3D523B
Complementary color
Monochromatic Colors of #3D523B
Black with #3D523B
Text Example
Text Example
White with #3D523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D523B; }
p { color: rgb(61,82,59); }
H1.HeaderClassName
{
color: #3D523B;
}
.AnyTagClassName
{
color: #3D523B;
}
</style>
background-color css
<style>
a { background-color: #3D523B; }
a { background-color: rgb(61,82,59); }
div.DivClassName
{
background-color: #3D523B;
}
.BgClassName
{
background-color: #3D523B;
}
</style>
border-color css
<style>
span { border-color: #3D523B; }
span { border-color: rgb(61,82,59); }
td.TdClassName
{
border-color: #3D523B;
}
.TagClassName
{
border-color: #3D523B;
}
</style>