#3E4F49

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

Shades of Corduroy #3E4F49

Tints of Corduroy #3E4F49

Color information

#3E4F49 (or 0x3E4F49) is unknown color: approx Corduroy. HEX triplet: 3E, 4F and 49. RGB value is (62,79,73). Sum of RGB (Red+Green+Blue) = 62+79+73=214 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.97% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 79 - color contains mainly: green. Hex color #3E4F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E4F49 is #C1B0B6. Grayscale: #494949. Windows color (decimal): -12693687 or 4804414. OLE color: 4804414.

HSL color Cylindrical-coordinate representation of color #3E4F49: hue angle of 158.82º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3E4F49 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB627973-
CMYK0.2200.080.69
HSL158.82º12.06%27.65%-
HSV(B)158.82º21.52%30.98%-
XYZ5.997.17.36-
YUV73.23127.87119.99-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.97%
GREEN value IS 79 (31.25% from 255) = 36.92%
BLUE value IS 73 (28.91% from 255) = 34.11%
R=28.97%
G=36.92%
B=34.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6279730.2200.080.69158.8212.0627.65
Hex3E4F491608459fc1c
Octal76117111260101052371434
Binary111110100111110010011011001000100010110011111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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