Shades of Corduroy #3C4744
Tints of Corduroy #3C4744
RGB
CMYK
RGB Variations
Color information
#3C4744 (or 0x3C4744) is known color: Corduroy. HEX triplet: 3C, 47 and 44. RGB value is (60,71,68). Sum of RGB (Red+Green+Blue) = 60+71+68=199 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.15% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 71 - color contains mainly: green. Hex color #3C4744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4744 is #C3B8BB. Grayscale: #434343. Windows color (decimal): -12826812 or 4474684. OLE color: 4474684.
HSL color Cylindrical-coordinate representation of color #3C4744: hue angle of 163.64º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3C4744 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 71 | 68 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.72 |
| HSL | 163.64º | 0.08% | 0.26% | - |
| HSV(B) | 163.64º | 0.15% | 0.28% | - |
| XYZ | 5.16 | 5.88 | 6.33 | - |
| YUV | 67.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 71 | 68 | 0.15 | 0 | 0.04 | 0.72 | 163.64 | 0.08 | 0.26 |
| Hex | 3C | 47 | 44 | F | 0 | 4 | 48 | A4 | 8 | 1A |
| Octal | 74 | 107 | 104 | 17 | 0 | 4 | 110 | 244 | 10 | 32 |
| Binary | 111100 | 1000111 | 1000100 | 1111 | 0 | 100 | 1001000 | 10100100 | 1000 | 11010 |
Color Harmonies of #3C4744
Complementary color
Monochromatic Colors of #3C4744
Black with #3C4744
Text Example
Text Example
White with #3C4744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4744; }
p { color: rgb(60,71,68); }
H1.HeaderClassName
{
color: #3C4744;
}
.AnyTagClassName
{
color: #3C4744;
}
</style>
background-color css
<style>
a { background-color: #3C4744; }
a { background-color: rgb(60,71,68); }
div.DivClassName
{
background-color: #3C4744;
}
.BgClassName
{
background-color: #3C4744;
}
</style>
border-color css
<style>
span { border-color: #3C4744; }
span { border-color: rgb(60,71,68); }
td.TdClassName
{
border-color: #3C4744;
}
.TagClassName
{
border-color: #3C4744;
}
</style>