#3E4C49

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

Shades of Corduroy #3E4C49

Tints of Corduroy #3E4C49

Color information

#3E4C49 (or 0x3E4C49) is unknown color: approx Corduroy. HEX triplet: 3E, 4C and 49. RGB value is (62,76,73). Sum of RGB (Red+Green+Blue) = 62+76+73=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 76 - color contains mainly: green. Hex color #3E4C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4C49 is #C1B3B6. Grayscale: #474747. Windows color (decimal): -12694455 or 4803646. OLE color: 4803646.

HSL color Cylindrical-coordinate representation of color #3E4C49: hue angle of 167.14º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3E4C49 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB627673-
CMYK0.1800.040.70
HSL167.14º10.14%27.06%-
HSV(B)167.14º18.42%29.8%-
XYZ5.776.677.29-
YUV71.47128.86121.24-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.38%
GREEN value IS 76 (30.08% from 255) = 36.02%
BLUE value IS 73 (28.91% from 255) = 34.60%
R=29.38%
G=36.02%
B=34.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6276730.1800.040.70167.1410.1427.06
Hex3E4C49120446a7a1b
Octal7611411122041062471233
Binary11111010011001001001100100100100011010100111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,76,73); }

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

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

 a { background-color: rgb(62,76,73); }

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

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

 span { border-color: rgb(62,76,73); }

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