Shades of Corduroy #374F49
Tints of Corduroy #374F49
RGB
CMYK
RGB Variations
Color information
#374F49 (or 0x374F49) is known color: Corduroy. HEX triplet: 37, 4F and 49. RGB value is (55,79,73). Sum of RGB (Red+Green+Blue) = 55+79+73=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 79 - color contains mainly: green. Hex color #374F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374F49 is #C8B0B6. Grayscale: #474747. Windows color (decimal): -13152439 or 4804407. OLE color: 4804407.
HSL color Cylindrical-coordinate representation of color #374F49: hue angle of 165º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #374F49 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 79 | 73 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.69 |
| HSL | 165º | 0.18% | 0.26% | - |
| HSV(B) | 165º | 0.3% | 0.31% | - |
| XYZ | 5.57 | 6.89 | 7.34 | - |
| YUV | 71.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 79 | 73 | 0.30 | 0 | 0.08 | 0.69 | 165 | 0.18 | 0.26 |
| Hex | 37 | 4F | 49 | 1E | 0 | 8 | 45 | A5 | 12 | 1A |
| Octal | 67 | 117 | 111 | 36 | 0 | 10 | 105 | 245 | 22 | 32 |
| Binary | 110111 | 1001111 | 1001001 | 11110 | 0 | 1000 | 1000101 | 10100101 | 10010 | 11010 |
Color Harmonies of #374F49
Complementary color
Monochromatic Colors of #374F49
Black with #374F49
Text Example
Text Example
White with #374F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374F49; }
p { color: rgb(55,79,73); }
H1.HeaderClassName
{
color: #374F49;
}
.AnyTagClassName
{
color: #374F49;
}
</style>
background-color css
<style>
a { background-color: #374F49; }
a { background-color: rgb(55,79,73); }
div.DivClassName
{
background-color: #374F49;
}
.BgClassName
{
background-color: #374F49;
}
</style>
border-color css
<style>
span { border-color: #374F49; }
span { border-color: rgb(55,79,73); }
td.TdClassName
{
border-color: #374F49;
}
.TagClassName
{
border-color: #374F49;
}
</style>