Shades of Corduroy #3E4C48
Tints of Corduroy #3E4C48
RGB
CMYK
RGB Variations
Color information
#3E4C48 (or 0x3E4C48) is known color: Corduroy. HEX triplet: 3E, 4C and 48. RGB value is (62,76,72). Sum of RGB (Red+Green+Blue) = 62+76+72=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 76 - color contains mainly: green. Hex color #3E4C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4C48 is #C1B3B7. Grayscale: #474747. Windows color (decimal): -12694456 or 4738110. OLE color: 4738110.
HSL color Cylindrical-coordinate representation of color #3E4C48: hue angle of 162.86º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3E4C48 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 62 | 76 | 72 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.70 |
| HSL | 162.86º | 0.1% | 0.27% | - |
| HSV(B) | 162.86º | 0.18% | 0.3% | - |
| XYZ | 5.74 | 6.66 | 7.11 | - |
| YUV | 71.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 76 | 72 | 0.18 | 0 | 0.05 | 0.70 | 162.86 | 0.1 | 0.27 |
| Hex | 3E | 4C | 48 | 12 | 0 | 5 | 46 | A3 | A | 1B |
| Octal | 76 | 114 | 110 | 22 | 0 | 5 | 106 | 243 | 12 | 33 |
| Binary | 111110 | 1001100 | 1001000 | 10010 | 0 | 101 | 1000110 | 10100011 | 1010 | 11011 |
Color Harmonies of #3E4C48
Complementary color
Monochromatic Colors of #3E4C48
Black with #3E4C48
Text Example
Text Example
White with #3E4C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4C48; }
p { color: rgb(62,76,72); }
H1.HeaderClassName
{
color: #3E4C48;
}
.AnyTagClassName
{
color: #3E4C48;
}
</style>
background-color css
<style>
a { background-color: #3E4C48; }
a { background-color: rgb(62,76,72); }
div.DivClassName
{
background-color: #3E4C48;
}
.BgClassName
{
background-color: #3E4C48;
}
</style>
border-color css
<style>
span { border-color: #3E4C48; }
span { border-color: rgb(62,76,72); }
td.TdClassName
{
border-color: #3E4C48;
}
.TagClassName
{
border-color: #3E4C48;
}
</style>