Shades of Grey-Asparagus #3D553A
Tints of Grey-Asparagus #3D553A
RGB
CMYK
RGB Variations
Color information
#3D553A (or 0x3D553A) is known color: Grey-Asparagus. HEX triplet: 3D, 55 and 3A. RGB value is (61,85,58). Sum of RGB (Red+Green+Blue) = 61+85+58=204 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.90% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #3D553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D553A is #C2AAC5. Grayscale: #4A4A4A. Windows color (decimal): -12757702 or 3822909. OLE color: 3822909.
HSL color Cylindrical-coordinate representation of color #3D553A: hue angle of 113.33º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3D553A is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 85 | 58 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.67 |
| HSL | 113.33º | 0.19% | 0.28% | - |
| HSV(B) | 113.33º | 0.32% | 0.33% | - |
| XYZ | 5.94 | 7.79 | 5.19 | - |
| YUV | 74.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 85 | 58 | 0.28 | 0 | 0.32 | 0.67 | 113.33 | 0.19 | 0.28 |
| Hex | 3D | 55 | 3A | 1C | 0 | 20 | 43 | 71 | 13 | 1C |
| Octal | 75 | 125 | 72 | 34 | 0 | 40 | 103 | 161 | 23 | 34 |
| Binary | 111101 | 1010101 | 111010 | 11100 | 0 | 100000 | 1000011 | 1110001 | 10011 | 11100 |
Color Harmonies of #3D553A
Complementary color
Monochromatic Colors of #3D553A
Black with #3D553A
Text Example
Text Example
White with #3D553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D553A; }
p { color: rgb(61,85,58); }
H1.HeaderClassName
{
color: #3D553A;
}
.AnyTagClassName
{
color: #3D553A;
}
</style>
background-color css
<style>
a { background-color: #3D553A; }
a { background-color: rgb(61,85,58); }
div.DivClassName
{
background-color: #3D553A;
}
.BgClassName
{
background-color: #3D553A;
}
</style>
border-color css
<style>
span { border-color: #3D553A; }
span { border-color: rgb(61,85,58); }
td.TdClassName
{
border-color: #3D553A;
}
.TagClassName
{
border-color: #3D553A;
}
</style>