Shades of Corduroy #3D4E49
Tints of Corduroy #3D4E49
RGB
CMYK
RGB Variations
Color information
#3D4E49 (or 0x3D4E49) is known color: Corduroy. HEX triplet: 3D, 4E and 49. RGB value is (61,78,73). Sum of RGB (Red+Green+Blue) = 61+78+73=212 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.77% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 78 - color contains mainly: green. Hex color #3D4E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D4E49 is #C2B1B6. Grayscale: #484848. Windows color (decimal): -12759479 or 4804157. OLE color: 4804157.
HSL color Cylindrical-coordinate representation of color #3D4E49: hue angle of 162.35º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3D4E49 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 78 | 73 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.69 |
| HSL | 162.35º | 0.12% | 0.27% | - |
| HSV(B) | 162.35º | 0.22% | 0.31% | - |
| XYZ | 5.85 | 6.92 | 7.33 | - |
| YUV | 72.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 78 | 73 | 0.22 | 0 | 0.06 | 0.69 | 162.35 | 0.12 | 0.27 |
| Hex | 3D | 4E | 49 | 16 | 0 | 6 | 45 | A2 | C | 1B |
| Octal | 75 | 116 | 111 | 26 | 0 | 6 | 105 | 242 | 14 | 33 |
| Binary | 111101 | 1001110 | 1001001 | 10110 | 0 | 110 | 1000101 | 10100010 | 1100 | 11011 |
Color Harmonies of #3D4E49
Complementary color
Monochromatic Colors of #3D4E49
Black with #3D4E49
Text Example
Text Example
White with #3D4E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4E49; }
p { color: rgb(61,78,73); }
H1.HeaderClassName
{
color: #3D4E49;
}
.AnyTagClassName
{
color: #3D4E49;
}
</style>
background-color css
<style>
a { background-color: #3D4E49; }
a { background-color: rgb(61,78,73); }
div.DivClassName
{
background-color: #3D4E49;
}
.BgClassName
{
background-color: #3D4E49;
}
</style>
border-color css
<style>
span { border-color: #3D4E49; }
span { border-color: rgb(61,78,73); }
td.TdClassName
{
border-color: #3D4E49;
}
.TagClassName
{
border-color: #3D4E49;
}
</style>