Shades of Corduroy #374943
Tints of Corduroy #374943
RGB
CMYK
RGB Variations
Color information
#374943 (or 0x374943) is known color: Corduroy. HEX triplet: 37, 49 and 43. RGB value is (55,73,67). Sum of RGB (Red+Green+Blue) = 55+73+67=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 73 - color contains mainly: green. Hex color #374943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374943 is #C8B6BC. Grayscale: #424242. Windows color (decimal): -13153981 or 4409655. OLE color: 4409655.
HSL color Cylindrical-coordinate representation of color #374943: hue angle of 160º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #374943 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 73 | 67 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.71 |
| HSL | 160º | 0.14% | 0.25% | - |
| HSV(B) | 160º | 0.25% | 0.29% | - |
| XYZ | 4.97 | 5.98 | 6.2 | - |
| YUV | 66.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 73 | 67 | 0.25 | 0 | 0.08 | 0.71 | 160 | 0.14 | 0.25 |
| Hex | 37 | 49 | 43 | 19 | 0 | 8 | 47 | A0 | E | 19 |
| Octal | 67 | 111 | 103 | 31 | 0 | 10 | 107 | 240 | 16 | 31 |
| Binary | 110111 | 1001001 | 1000011 | 11001 | 0 | 1000 | 1000111 | 10100000 | 1110 | 11001 |
Color Harmonies of #374943
Complementary color
Monochromatic Colors of #374943
Black with #374943
Text Example
Text Example
White with #374943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374943; }
p { color: rgb(55,73,67); }
H1.HeaderClassName
{
color: #374943;
}
.AnyTagClassName
{
color: #374943;
}
</style>
background-color css
<style>
a { background-color: #374943; }
a { background-color: rgb(55,73,67); }
div.DivClassName
{
background-color: #374943;
}
.BgClassName
{
background-color: #374943;
}
</style>
border-color css
<style>
span { border-color: #374943; }
span { border-color: rgb(55,73,67); }
td.TdClassName
{
border-color: #374943;
}
.TagClassName
{
border-color: #374943;
}
</style>