Shades of Corduroy #3C4D49
Tints of Corduroy #3C4D49
RGB
CMYK
RGB Variations
Color information
#3C4D49 (or 0x3C4D49) is known color: Corduroy. HEX triplet: 3C, 4D and 49. RGB value is (60,77,73). Sum of RGB (Red+Green+Blue) = 60+77+73=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 77 - color contains mainly: green. Hex color #3C4D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C4D49 is #C3B2B6. Grayscale: #474747. Windows color (decimal): -12825271 or 4803900. OLE color: 4803900.
HSL color Cylindrical-coordinate representation of color #3C4D49: hue angle of 165.88º 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 #3C4D49 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 77 | 73 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.70 |
| HSL | 165.88º | 0.12% | 0.27% | - |
| HSV(B) | 165.88º | 0.22% | 0.3% | - |
| XYZ | 5.72 | 6.75 | 7.3 | - |
| YUV | 71.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 77 | 73 | 0.22 | 0 | 0.05 | 0.70 | 165.88 | 0.12 | 0.27 |
| Hex | 3C | 4D | 49 | 16 | 0 | 5 | 46 | A6 | C | 1B |
| Octal | 74 | 115 | 111 | 26 | 0 | 5 | 106 | 246 | 14 | 33 |
| Binary | 111100 | 1001101 | 1001001 | 10110 | 0 | 101 | 1000110 | 10100110 | 1100 | 11011 |
Color Harmonies of #3C4D49
Complementary color
Monochromatic Colors of #3C4D49
Black with #3C4D49
Text Example
Text Example
White with #3C4D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4D49; }
p { color: rgb(60,77,73); }
H1.HeaderClassName
{
color: #3C4D49;
}
.AnyTagClassName
{
color: #3C4D49;
}
</style>
background-color css
<style>
a { background-color: #3C4D49; }
a { background-color: rgb(60,77,73); }
div.DivClassName
{
background-color: #3C4D49;
}
.BgClassName
{
background-color: #3C4D49;
}
</style>
border-color css
<style>
span { border-color: #3C4D49; }
span { border-color: rgb(60,77,73); }
td.TdClassName
{
border-color: #3C4D49;
}
.TagClassName
{
border-color: #3C4D49;
}
</style>