Shades of Corduroy #3C4A44
Tints of Corduroy #3C4A44
RGB
CMYK
RGB Variations
Color information
#3C4A44 (or 0x3C4A44) is known color: Corduroy. HEX triplet: 3C, 4A and 44. RGB value is (60,74,68). Sum of RGB (Red+Green+Blue) = 60+74+68=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 74 - color contains mainly: green. Hex color #3C4A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4A44 is #C3B5BB. Grayscale: #454545. Windows color (decimal): -12826044 or 4475452. OLE color: 4475452.
HSL color Cylindrical-coordinate representation of color #3C4A44: hue angle of 154.29º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3C4A44 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 74 | 68 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.71 |
| HSL | 154.29º | 0.1% | 0.26% | - |
| HSV(B) | 154.29º | 0.19% | 0.29% | - |
| XYZ | 5.36 | 6.28 | 6.4 | - |
| YUV | 69.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 74 | 68 | 0.19 | 0 | 0.08 | 0.71 | 154.29 | 0.1 | 0.26 |
| Hex | 3C | 4A | 44 | 13 | 0 | 8 | 47 | 9A | A | 1A |
| Octal | 74 | 112 | 104 | 23 | 0 | 10 | 107 | 232 | 12 | 32 |
| Binary | 111100 | 1001010 | 1000100 | 10011 | 0 | 1000 | 1000111 | 10011010 | 1010 | 11010 |
Color Harmonies of #3C4A44
Complementary color
Monochromatic Colors of #3C4A44
Black with #3C4A44
Text Example
Text Example
White with #3C4A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4A44; }
p { color: rgb(60,74,68); }
H1.HeaderClassName
{
color: #3C4A44;
}
.AnyTagClassName
{
color: #3C4A44;
}
</style>
background-color css
<style>
a { background-color: #3C4A44; }
a { background-color: rgb(60,74,68); }
div.DivClassName
{
background-color: #3C4A44;
}
.BgClassName
{
background-color: #3C4A44;
}
</style>
border-color css
<style>
span { border-color: #3C4A44; }
span { border-color: rgb(60,74,68); }
td.TdClassName
{
border-color: #3C4A44;
}
.TagClassName
{
border-color: #3C4A44;
}
</style>