#3C4341

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

Shades of Corduroy #3C4341

Tints of Corduroy #3C4341

Color information

#3C4341 (or 0x3C4341) is unknown color: approx Corduroy. HEX triplet: 3C, 43 and 41. RGB value is (60,67,65). Sum of RGB (Red+Green+Blue) = 60+67+65=192 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.25% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 67 - color contains mainly: green. Hex color #3C4341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4341 is #C3BCBE. Grayscale: #404040. Windows color (decimal): -12827839 or 4277052. OLE color: 4277052.

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

Color convert

RGB606765-
CMYK0.1000.030.74
HSL162.86º5.51%24.9%-
HSV(B)162.86º10.45%26.27%-
XYZ4.825.365.78-
YUV64.68128.18124.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.25%
GREEN value IS 67 (26.56% from 255) = 34.90%
BLUE value IS 65 (25.78% from 255) = 33.85%
R=31.25%
G=34.90%
B=33.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6067650.1000.030.74162.865.5124.9
Hex3C4341A034Aa3619
Octal741031011203112243631
Binary11110010000111000001101001110010101010001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,67,65); }

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

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

 a { background-color: rgb(60,67,65); }

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

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

 span { border-color: rgb(60,67,65); }

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