#374E49

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

Shades of Corduroy #374E49

Tints of Corduroy #374E49

Color information

#374E49 (or 0x374E49) is unknown color: approx Corduroy. HEX triplet: 37, 4E and 49. RGB value is (55,78,73). Sum of RGB (Red+Green+Blue) = 55+78+73=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 78 - color contains mainly: green. Hex color #374E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374E49 is #C8B1B6. Grayscale: #464646. Windows color (decimal): -13152695 or 4804151. OLE color: 4804151.

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

Color convert

RGB557873-
CMYK0.2900.060.69
HSL166.96º17.29%26.08%-
HSV(B)166.96º29.49%30.59%-
XYZ5.56.747.31-
YUV70.55129.38116.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.70%
GREEN value IS 78 (30.86% from 255) = 37.86%
BLUE value IS 73 (28.91% from 255) = 35.44%
R=26.70%
G=37.86%
B=35.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5578730.2900.060.69166.9617.2926.08
Hex374E491D0645a7111a
Octal6711611135061052472132
Binary110111100111010010011110101101000101101001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,78,73); }

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

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

 a { background-color: rgb(55,78,73); }

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

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

 span { border-color: rgb(55,78,73); }

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