Shades of Grey-Asparagus #3D583C
Tints of Grey-Asparagus #3D583C
RGB
CMYK
RGB Variations
Color information
#3D583C (or 0x3D583C) is known color: Grey-Asparagus. HEX triplet: 3D, 58 and 3C. RGB value is (61,88,60). Sum of RGB (Red+Green+Blue) = 61+88+60=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 88 - color contains mainly: green. Hex color #3D583C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D583C is #C2A7C3. Grayscale: #4C4C4C. Windows color (decimal): -12756932 or 3954749. OLE color: 3954749.
HSL color Cylindrical-coordinate representation of color #3D583C: hue angle of 117.86º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3D583C is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 88 | 60 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.65 |
| HSL | 117.86º | 0.19% | 0.29% | - |
| HSV(B) | 117.86º | 0.32% | 0.35% | - |
| XYZ | 6.23 | 8.3 | 5.55 | - |
| YUV | 76.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 88 | 60 | 0.31 | 0 | 0.32 | 0.65 | 117.86 | 0.19 | 0.29 |
| Hex | 3D | 58 | 3C | 1F | 0 | 20 | 41 | 76 | 13 | 1D |
| Octal | 75 | 130 | 74 | 37 | 0 | 40 | 101 | 166 | 23 | 35 |
| Binary | 111101 | 1011000 | 111100 | 11111 | 0 | 100000 | 1000001 | 1110110 | 10011 | 11101 |
Color Harmonies of #3D583C
Complementary color
Monochromatic Colors of #3D583C
Black with #3D583C
Text Example
Text Example
White with #3D583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D583C; }
p { color: rgb(61,88,60); }
H1.HeaderClassName
{
color: #3D583C;
}
.AnyTagClassName
{
color: #3D583C;
}
</style>
background-color css
<style>
a { background-color: #3D583C; }
a { background-color: rgb(61,88,60); }
div.DivClassName
{
background-color: #3D583C;
}
.BgClassName
{
background-color: #3D583C;
}
</style>
border-color css
<style>
span { border-color: #3D583C; }
span { border-color: rgb(61,88,60); }
td.TdClassName
{
border-color: #3D583C;
}
.TagClassName
{
border-color: #3D583C;
}
</style>