#3A4743

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

Shades of Corduroy #3A4743

Tints of Corduroy #3A4743

Color information

#3A4743 (or 0x3A4743) is unknown color: approx Corduroy. HEX triplet: 3A, 47 and 43. RGB value is (58,71,67). Sum of RGB (Red+Green+Blue) = 58+71+67=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 71 - color contains mainly: green. Hex color #3A4743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4743 is #C5B8BC. Grayscale: #424242. Windows color (decimal): -12957885 or 4409146. OLE color: 4409146.

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

Color convert

RGB587167-
CMYK0.1800.060.72
HSL161.54º10.08%25.29%-
HSV(B)161.54º18.31%27.84%-
XYZ5.015.816.17-
YUV66.66128.19121.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.59%
GREEN value IS 71 (28.12% from 255) = 36.22%
BLUE value IS 67 (26.56% from 255) = 34.18%
R=29.59%
G=36.22%
B=34.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5871670.1800.060.72161.5410.0825.29
Hex3A4743120648a2a19
Octal7210710322061102421231
Binary11101010001111000011100100110100100010100010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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