Shades of Corduroy #3E4946
Tints of Corduroy #3E4946
RGB
CMYK
RGB Variations
Color information
#3E4946 (or 0x3E4946) is known color: Corduroy. HEX triplet: 3E, 49 and 46. RGB value is (62,73,70). Sum of RGB (Red+Green+Blue) = 62+73+70=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 73 - color contains mainly: green. Hex color #3E4946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4946 is #C1B6B9. Grayscale: #454545. Windows color (decimal): -12695226 or 4606270. OLE color: 4606270.
HSL color Cylindrical-coordinate representation of color #3E4946: hue angle of 163.64º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3E4946 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 73 | 70 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.71 |
| HSL | 163.64º | 0.08% | 0.26% | - |
| HSV(B) | 163.64º | 0.15% | 0.29% | - |
| XYZ | 5.47 | 6.23 | 6.71 | - |
| YUV | 69.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 73 | 70 | 0.15 | 0 | 0.04 | 0.71 | 163.64 | 0.08 | 0.26 |
| Hex | 3E | 49 | 46 | F | 0 | 4 | 47 | A4 | 8 | 1A |
| Octal | 76 | 111 | 106 | 17 | 0 | 4 | 107 | 244 | 10 | 32 |
| Binary | 111110 | 1001001 | 1000110 | 1111 | 0 | 100 | 1000111 | 10100100 | 1000 | 11010 |
Color Harmonies of #3E4946
Complementary color
Monochromatic Colors of #3E4946
Black with #3E4946
Text Example
Text Example
White with #3E4946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4946; }
p { color: rgb(62,73,70); }
H1.HeaderClassName
{
color: #3E4946;
}
.AnyTagClassName
{
color: #3E4946;
}
</style>
background-color css
<style>
a { background-color: #3E4946; }
a { background-color: rgb(62,73,70); }
div.DivClassName
{
background-color: #3E4946;
}
.BgClassName
{
background-color: #3E4946;
}
</style>
border-color css
<style>
span { border-color: #3E4946; }
span { border-color: rgb(62,73,70); }
td.TdClassName
{
border-color: #3E4946;
}
.TagClassName
{
border-color: #3E4946;
}
</style>