#374D44

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

Shades of Corduroy #374D44

Tints of Corduroy #374D44

Color information

#374D44 (or 0x374D44) is unknown color: approx Corduroy. HEX triplet: 37, 4D and 44. RGB value is (55,77,68). Sum of RGB (Red+Green+Blue) = 55+77+68=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 77 - color contains mainly: green. Hex color #374D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374D44 is #C8B2BB. Grayscale: #454545. Windows color (decimal): -13152956 or 4476215. OLE color: 4476215.

HSL color Cylindrical-coordinate representation of color #374D44: hue angle of 155.45º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #374D44 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB557768-
CMYK0.2900.120.70
HSL155.45º16.67%25.88%-
HSV(B)155.45º28.57%30.2%-
XYZ5.276.546.45-
YUV69.4127.21117.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.5%
GREEN value IS 77 (30.47% from 255) = 38.5%
BLUE value IS 68 (26.95% from 255) = 34%
R=27.5%
G=38.5%
B=34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5577680.2900.120.70155.4516.6725.88
Hex374D441D0C469b111a
Octal67115104350141062332132
Binary1101111001101100010011101011001000110100110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374D44; }

 p { color: rgb(55,77,68); }

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

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

 a { background-color: rgb(55,77,68); }

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

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

 span { border-color: rgb(55,77,68); }

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