#3D4340

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

Shades of Corduroy #3D4340

Tints of Corduroy #3D4340

Color information

#3D4340 (or 0x3D4340) is unknown color: approx Corduroy. HEX triplet: 3D, 43 and 40. RGB value is (61,67,64). Sum of RGB (Red+Green+Blue) = 61+67+64=192 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.77% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 67 - color contains mainly: green. Hex color #3D4340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4340 is #C2BCBF. Grayscale: #404040. Windows color (decimal): -12762304 or 4211517. OLE color: 4211517.

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

Color convert

RGB616764-
CMYK0.0900.040.74
HSL150º4.69%25.1%-
HSV(B)150º8.96%26.27%-
XYZ4.865.385.63-
YUV64.86127.51125.24-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.77%
GREEN value IS 67 (26.56% from 255) = 34.90%
BLUE value IS 64 (25.39% from 255) = 33.33%
R=31.77%
G=34.90%
B=33.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6167640.0900.040.741504.6925.1
Hex3D43409044A96519
Octal751031001104112226531
Binary111101100001110000001001010010010101001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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