#374742

Color #374742 Corduroy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corduroy #374742

Tints of Corduroy #374742

Color information

#374742 (or 0x374742) is unknown color: approx Corduroy. HEX triplet: 37, 47 and 42. RGB value is (55,71,66). Sum of RGB (Red+Green+Blue) = 55+71+66=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 71 - color contains mainly: green. Hex color #374742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374742 is #C8B8BD. Grayscale: #414141. Windows color (decimal): -13154494 or 4343607. OLE color: 4343607.

HSL color Cylindrical-coordinate representation of color #374742: hue angle of 161.25º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #374742 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB557166-
CMYK0.2300.070.72
HSL161.25º12.7%24.71%-
HSV(B)161.25º22.54%27.84%-
XYZ4.815.716-
YUV65.65128.2120.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 28.65%
GREEN value IS 71 (28.12% from 255) = 36.98%
BLUE value IS 66 (26.17% from 255) = 34.38%
R=28.65%
G=36.98%
B=34.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5571660.2300.070.72161.2512.724.71
Hex374742170748a1d19
Octal6710710227071102411531
Binary11011110001111000010101110111100100010100001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374742; }

 p { color: rgb(55,71,66); }

 H1.HeaderClassName
 {
   color: #374742;
 }
 .AnyTagClassName
 {
   color: #374742;
 }
</style>
background-color css

<style>
 a { background-color: #374742; }

 a { background-color: rgb(55,71,66); }

 div.DivClassName
 {
   background-color: #374742;
 }
 .BgClassName
 {
   background-color: #374742;
 }
</style>
border-color css

<style>
 span { border-color: #374742; }

 span { border-color: rgb(55,71,66); }

 td.TdClassName
 {
   border-color: #374742;
 }
 .TagClassName
 {
   border-color: #374742;
 }
</style>