#3D4140

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

Shades of Corduroy #3D4140

Tints of Corduroy #3D4140

Color information

#3D4140 (or 0x3D4140) is unknown color: approx Corduroy. HEX triplet: 3D, 41 and 40. RGB value is (61,65,64). Sum of RGB (Red+Green+Blue) = 61+65+64=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 65 - color contains mainly: green. Hex color #3D4140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4140 is #C2BEBF. Grayscale: #3F3F3F. Windows color (decimal): -12762816 or 4211005. OLE color: 4211005.

HSL color Cylindrical-coordinate representation of color #3D4140: hue angle of 165º degrees, saturation: 0.03, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #3D4140 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB616564-
CMYK0.0600.020.75
HSL165º3.17%24.71%-
HSV(B)165º6.15%25.49%-
XYZ4.745.145.59-
YUV63.69128.17126.08-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.11%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 64 (25.39% from 255) = 33.68%
R=32.11%
G=34.21%
B=33.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6165640.0600.020.751653.1724.71
Hex3D41406024Ba5319
Octal75101100602113245331
Binary111101100000110000001100101001011101001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D4140; }

 p { color: rgb(61,65,64); }

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

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

 a { background-color: rgb(61,65,64); }

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

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

 span { border-color: rgb(61,65,64); }

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