Shades of Corduroy #3C4946
Tints of Corduroy #3C4946
RGB
CMYK
RGB Variations
Color information
#3C4946 (or 0x3C4946) is known color: Corduroy. HEX triplet: 3C, 49 and 46. RGB value is (60,73,70). Sum of RGB (Red+Green+Blue) = 60+73+70=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 73 - color contains mainly: green. Hex color #3C4946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4946 is #C3B6B9. Grayscale: #444444. Windows color (decimal): -12826298 or 4606268. OLE color: 4606268.
HSL color Cylindrical-coordinate representation of color #3C4946: hue angle of 166.15º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3C4946 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 73 | 70 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.71 |
| HSL | 166.15º | 0.1% | 0.26% | - |
| HSV(B) | 166.15º | 0.18% | 0.29% | - |
| XYZ | 5.35 | 6.17 | 6.7 | - |
| YUV | 68.77 | 128.69 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 73 | 70 | 0.18 | 0 | 0.04 | 0.71 | 166.15 | 0.1 | 0.26 |
| Hex | 3C | 49 | 46 | 12 | 0 | 4 | 47 | A6 | A | 1A |
| Octal | 74 | 111 | 106 | 22 | 0 | 4 | 107 | 246 | 12 | 32 |
| Binary | 111100 | 1001001 | 1000110 | 10010 | 0 | 100 | 1000111 | 10100110 | 1010 | 11010 |
Color Harmonies of #3C4946
Complementary color
Monochromatic Colors of #3C4946
Black with #3C4946
Text Example
Text Example
White with #3C4946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4946; }
p { color: rgb(60,73,70); }
H1.HeaderClassName
{
color: #3C4946;
}
.AnyTagClassName
{
color: #3C4946;
}
</style>
background-color css
<style>
a { background-color: #3C4946; }
a { background-color: rgb(60,73,70); }
div.DivClassName
{
background-color: #3C4946;
}
.BgClassName
{
background-color: #3C4946;
}
</style>
border-color css
<style>
span { border-color: #3C4946; }
span { border-color: rgb(60,73,70); }
td.TdClassName
{
border-color: #3C4946;
}
.TagClassName
{
border-color: #3C4946;
}
</style>