#404342

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

Shades of Corduroy #404342

Tints of Corduroy #404342

Color information

#404342 (or 0x404342) is unknown color: approx Corduroy. HEX triplet: 40, 43 and 42. RGB value is (64,67,66). Sum of RGB (Red+Green+Blue) = 64+67+66=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 67 - color contains mainly: green. Hex color #404342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404342 is #BFBCBD. Grayscale: #414141. Windows color (decimal): -12565694 or 4342592. OLE color: 4342592.

HSL color Cylindrical-coordinate representation of color #404342: hue angle of 160º degrees, saturation: 0.02, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #404342 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.74.

Color convert

RGB646766-
CMYK0.0400.010.74
HSL160º2.29%25.69%-
HSV(B)160º4.48%26.27%-
XYZ5.15.55.95-
YUV65.99128.01126.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.49%
GREEN value IS 67 (26.56% from 255) = 34.01%
BLUE value IS 66 (26.17% from 255) = 33.50%
R=32.49%
G=34.01%
B=33.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6467660.0400.010.741602.2925.69
Hex4043424014Aa021a
Octal100103102401112240232
Binary100000010000111000010100011001010101000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404342; }

 p { color: rgb(64,67,66); }

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

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

 a { background-color: rgb(64,67,66); }

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

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

 span { border-color: rgb(64,67,66); }

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