Shades of Corduroy #374843
Tints of Corduroy #374843
RGB
CMYK
RGB Variations
Color information
#374843 (or 0x374843) is known color: Corduroy. HEX triplet: 37, 48 and 43. RGB value is (55,72,67). Sum of RGB (Red+Green+Blue) = 55+72+67=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 72 - color contains mainly: green. Hex color #374843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374843 is #C8B7BC. Grayscale: #424242. Windows color (decimal): -13154237 or 4409399. OLE color: 4409399.
HSL color Cylindrical-coordinate representation of color #374843: hue angle of 162.35º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #374843 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 55 | 72 | 67 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.72 |
| HSL | 162.35º | 0.13% | 0.25% | - |
| HSV(B) | 162.35º | 0.24% | 0.28% | - |
| XYZ | 4.91 | 5.85 | 6.18 | - |
| YUV | 66.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 72 | 67 | 0.24 | 0 | 0.07 | 0.72 | 162.35 | 0.13 | 0.25 |
| Hex | 37 | 48 | 43 | 18 | 0 | 7 | 48 | A2 | D | 19 |
| Octal | 67 | 110 | 103 | 30 | 0 | 7 | 110 | 242 | 15 | 31 |
| Binary | 110111 | 1001000 | 1000011 | 11000 | 0 | 111 | 1001000 | 10100010 | 1101 | 11001 |
Color Harmonies of #374843
Complementary color
Monochromatic Colors of #374843
Black with #374843
Text Example
Text Example
White with #374843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374843; }
p { color: rgb(55,72,67); }
H1.HeaderClassName
{
color: #374843;
}
.AnyTagClassName
{
color: #374843;
}
</style>
background-color css
<style>
a { background-color: #374843; }
a { background-color: rgb(55,72,67); }
div.DivClassName
{
background-color: #374843;
}
.BgClassName
{
background-color: #374843;
}
</style>
border-color css
<style>
span { border-color: #374843; }
span { border-color: rgb(55,72,67); }
td.TdClassName
{
border-color: #374843;
}
.TagClassName
{
border-color: #374843;
}
</style>