#374B46

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

Shades of Corduroy #374B46

Tints of Corduroy #374B46

Color information

#374B46 (or 0x374B46) is unknown color: approx Corduroy. HEX triplet: 37, 4B and 46. RGB value is (55,75,70). Sum of RGB (Red+Green+Blue) = 55+75+70=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 75 - color contains mainly: green. Hex color #374B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374B46 is #C8B4B9. Grayscale: #444444. Windows color (decimal): -13153466 or 4606775. OLE color: 4606775.

HSL color Cylindrical-coordinate representation of color #374B46: hue angle of 165º 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 #374B46 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB557570-
CMYK0.2700.070.71
HSL165º15.38%25.49%-
HSV(B)165º26.67%29.41%-
XYZ5.26.296.73-
YUV68.45128.87118.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.5%
GREEN value IS 75 (29.69% from 255) = 37.5%
BLUE value IS 70 (27.73% from 255) = 35%
R=27.5%
G=37.5%
B=35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5575700.2700.070.7116515.3825.49
Hex374B461B0747a5f19
Octal6711310633071072451731
Binary11011110010111000110110110111100011110100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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