Shades of Corduroy #374A45
Tints of Corduroy #374A45
RGB
CMYK
RGB Variations
Color information
#374A45 (or 0x374A45) is known color: Corduroy. HEX triplet: 37, 4A and 45. RGB value is (55,74,69). Sum of RGB (Red+Green+Blue) = 55+74+69=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 74 - color contains mainly: green. Hex color #374A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374A45 is #C8B5BA. Grayscale: #434343. Windows color (decimal): -13153723 or 4540983. OLE color: 4540983.
HSL color Cylindrical-coordinate representation of color #374A45: hue angle of 164.21º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #374A45 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 74 | 69 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.71 |
| HSL | 164.21º | 0.15% | 0.25% | - |
| HSV(B) | 164.21º | 0.26% | 0.29% | - |
| XYZ | 5.1 | 6.14 | 6.55 | - |
| YUV | 67.75 | 128.71 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 69 | 0.26 | 0 | 0.07 | 0.71 | 164.21 | 0.15 | 0.25 |
| Hex | 37 | 4A | 45 | 1A | 0 | 7 | 47 | A4 | F | 19 |
| Octal | 67 | 112 | 105 | 32 | 0 | 7 | 107 | 244 | 17 | 31 |
| Binary | 110111 | 1001010 | 1000101 | 11010 | 0 | 111 | 1000111 | 10100100 | 1111 | 11001 |
Color Harmonies of #374A45
Complementary color
Monochromatic Colors of #374A45
Black with #374A45
Text Example
Text Example
White with #374A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374A45; }
p { color: rgb(55,74,69); }
H1.HeaderClassName
{
color: #374A45;
}
.AnyTagClassName
{
color: #374A45;
}
</style>
background-color css
<style>
a { background-color: #374A45; }
a { background-color: rgb(55,74,69); }
div.DivClassName
{
background-color: #374A45;
}
.BgClassName
{
background-color: #374A45;
}
</style>
border-color css
<style>
span { border-color: #374A45; }
span { border-color: rgb(55,74,69); }
td.TdClassName
{
border-color: #374A45;
}
.TagClassName
{
border-color: #374A45;
}
</style>