#374B45

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

Shades of Corduroy #374B45

Tints of Corduroy #374B45

Color information

#374B45 (or 0x374B45) is unknown color: approx Corduroy. HEX triplet: 37, 4B and 45. RGB value is (55,75,69). Sum of RGB (Red+Green+Blue) = 55+75+69=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 75 - color contains mainly: green. Hex color #374B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374B45 is #C8B4BA. Grayscale: #444444. Windows color (decimal): -13153467 or 4541239. OLE color: 4541239.

HSL color Cylindrical-coordinate representation of color #374B45: hue angle of 162º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #374B45 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB557569-
CMYK0.2700.080.71
HSL162º15.38%25.49%-
HSV(B)162º26.67%29.41%-
XYZ5.176.276.57-
YUV68.34128.37118.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.64%
GREEN value IS 75 (29.69% from 255) = 37.69%
BLUE value IS 69 (27.34% from 255) = 34.67%
R=27.64%
G=37.69%
B=34.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5575690.2700.080.7116215.3825.49
Hex374B451B0847a2f19
Octal67113105330101072421731
Binary110111100101110001011101101000100011110100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,75,69); }

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

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

 a { background-color: rgb(55,75,69); }

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

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

 span { border-color: rgb(55,75,69); }

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