#3C4442

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

Shades of Corduroy #3C4442

Tints of Corduroy #3C4442

Color information

#3C4442 (or 0x3C4442) is unknown color: approx Corduroy. HEX triplet: 3C, 44 and 42. RGB value is (60,68,66). Sum of RGB (Red+Green+Blue) = 60+68+66=194 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.93% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 68 - color contains mainly: green. Hex color #3C4442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4442 is #C3BBBD. Grayscale: #414141. Windows color (decimal): -12827582 or 4342844. OLE color: 4342844.

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

Color convert

RGB606866-
CMYK0.1200.030.73
HSL165º6.25%25.1%-
HSV(B)165º11.76%26.67%-
XYZ4.915.495.95-
YUV65.38128.35124.16-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.93%
GREEN value IS 68 (26.95% from 255) = 35.05%
BLUE value IS 66 (26.17% from 255) = 34.02%
R=30.93%
G=35.05%
B=34.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6068660.1200.030.731656.2525.1
Hex3C4442C0349a5619
Octal741041021403111245631
Binary11110010001001000010110001110010011010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,68,66); }

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

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

 a { background-color: rgb(60,68,66); }

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

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

 span { border-color: rgb(60,68,66); }

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