#374C46

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

Shades of Corduroy #374C46

Tints of Corduroy #374C46

Color information

#374C46 (or 0x374C46) is unknown color: approx Corduroy. HEX triplet: 37, 4C and 46. RGB value is (55,76,70). Sum of RGB (Red+Green+Blue) = 55+76+70=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 76 - color contains mainly: green. Hex color #374C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374C46 is #C8B3B9. Grayscale: #454545. Windows color (decimal): -13153210 or 4607031. OLE color: 4607031.

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

Color convert

RGB557670-
CMYK0.2800.080.70
HSL162.86º16.03%25.69%-
HSV(B)162.86º27.63%29.8%-
XYZ5.276.426.76-
YUV69.04128.54117.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.36%
GREEN value IS 76 (30.08% from 255) = 37.81%
BLUE value IS 70 (27.73% from 255) = 34.83%
R=27.36%
G=37.81%
B=34.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5576700.2800.080.70162.8616.0325.69
Hex374C461C0846a3101a
Octal67114106340101062432032
Binary1101111001100100011011100010001000110101000111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,76,70); }

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

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

 a { background-color: rgb(55,76,70); }

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

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

 span { border-color: rgb(55,76,70); }

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