#3C4743

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

Shades of Corduroy #3C4743

Tints of Corduroy #3C4743

Color information

#3C4743 (or 0x3C4743) is unknown color: approx Corduroy. HEX triplet: 3C, 47 and 43. RGB value is (60,71,67). Sum of RGB (Red+Green+Blue) = 60+71+67=198 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.30% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 71 - color contains mainly: green. Hex color #3C4743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4743 is #C3B8BC. Grayscale: #434343. Windows color (decimal): -12826813 or 4409148. OLE color: 4409148.

HSL color Cylindrical-coordinate representation of color #3C4743: hue angle of 158.18º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3C4743 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB607167-
CMYK0.1500.060.72
HSL158.18º8.4%25.69%-
HSV(B)158.18º15.49%27.84%-
XYZ5.135.876.17-
YUV67.26127.86122.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.30%
GREEN value IS 71 (28.12% from 255) = 35.86%
BLUE value IS 67 (26.56% from 255) = 33.84%
R=30.30%
G=35.86%
B=33.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6071670.1500.060.72158.188.425.69
Hex3C4743F06489e81a
Octal7410710317061102361032
Binary1111001000111100001111110110100100010011110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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