Shades of Grey-Asparagus #3D4D3C
Tints of Grey-Asparagus #3D4D3C
RGB
CMYK
RGB Variations
Color information
#3D4D3C (or 0x3D4D3C) is known color: Grey-Asparagus. HEX triplet: 3D, 4D and 3C. RGB value is (61,77,60). Sum of RGB (Red+Green+Blue) = 61+77+60=198 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.81% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 77 - color contains mainly: green. Hex color #3D4D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D4D3C is #C2B2C3. Grayscale: #464646. Windows color (decimal): -12759748 or 3951933. OLE color: 3951933.
HSL color Cylindrical-coordinate representation of color #3D4D3C: hue angle of 116.47º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3D4D3C is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
RGB | 61 | 77 | 60 | - |
CMYK | 0.21 | 0 | 0.22 | 0.70 |
HSL | 116.47º | 0.12% | 0.27% | - |
HSV(B) | 116.47º | 0.22% | 0.3% | - |
XYZ | 5.39 | 6.63 | 5.27 | - |
YUV | 70.28 | 122.2 | 121.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 61 | 77 | 60 | 0.21 | 0 | 0.22 | 0.70 | 116.47 | 0.12 | 0.27 |
Hex | 3D | 4D | 3C | 15 | 0 | 16 | 46 | 74 | C | 1B |
Octal | 75 | 115 | 74 | 25 | 0 | 26 | 106 | 164 | 14 | 33 |
Binary | 111101 | 1001101 | 111100 | 10101 | 0 | 10110 | 1000110 | 1110100 | 1100 | 11011 |
Color Harmonies of #3D4D3C
Complementary color
Monochromatic Colors of #3D4D3C
Black with #3D4D3C
Text Example
Text Example
White with #3D4D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4D3C; }
p { color: rgb(61,77,60); }
H1.HeaderClassName
{
color: #3D4D3C;
}
.AnyTagClassName
{
color: #3D4D3C;
}
</style>
background-color css
<style>
a { background-color: #3D4D3C; }
a { background-color: rgb(61,77,60); }
div.DivClassName
{
background-color: #3D4D3C;
}
.BgClassName
{
background-color: #3D4D3C;
}
</style>
border-color css
<style>
span { border-color: #3D4D3C; }
span { border-color: rgb(61,77,60); }
td.TdClassName
{
border-color: #3D4D3C;
}
.TagClassName
{
border-color: #3D4D3C;
}
</style>