Shades of Corduroy #3E4944
Tints of Corduroy #3E4944
RGB
CMYK
RGB Variations
Color information
#3E4944 (or 0x3E4944) is known color: Corduroy. HEX triplet: 3E, 49 and 44. RGB value is (62,73,68). Sum of RGB (Red+Green+Blue) = 62+73+68=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 73 - color contains mainly: green. Hex color #3E4944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4944 is #C1B6BB. Grayscale: #454545. Windows color (decimal): -12695228 or 4475198. OLE color: 4475198.
HSL color Cylindrical-coordinate representation of color #3E4944: hue angle of 152.73º 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 #3E4944 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 73 | 68 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.71 |
| HSL | 152.73º | 0.08% | 0.26% | - |
| HSV(B) | 152.73º | 0.15% | 0.29% | - |
| XYZ | 5.41 | 6.21 | 6.38 | - |
| YUV | 69.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 73 | 68 | 0.15 | 0 | 0.07 | 0.71 | 152.73 | 0.08 | 0.26 |
| Hex | 3E | 49 | 44 | F | 0 | 7 | 47 | 99 | 8 | 1A |
| Octal | 76 | 111 | 104 | 17 | 0 | 7 | 107 | 231 | 10 | 32 |
| Binary | 111110 | 1001001 | 1000100 | 1111 | 0 | 111 | 1000111 | 10011001 | 1000 | 11010 |
Color Harmonies of #3E4944
Complementary color
Monochromatic Colors of #3E4944
Black with #3E4944
Text Example
Text Example
White with #3E4944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4944; }
p { color: rgb(62,73,68); }
H1.HeaderClassName
{
color: #3E4944;
}
.AnyTagClassName
{
color: #3E4944;
}
</style>
background-color css
<style>
a { background-color: #3E4944; }
a { background-color: rgb(62,73,68); }
div.DivClassName
{
background-color: #3E4944;
}
.BgClassName
{
background-color: #3E4944;
}
</style>
border-color css
<style>
span { border-color: #3E4944; }
span { border-color: rgb(62,73,68); }
td.TdClassName
{
border-color: #3E4944;
}
.TagClassName
{
border-color: #3E4944;
}
</style>