#3E4846

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

Shades of Corduroy #3E4846

Tints of Corduroy #3E4846

Color information

#3E4846 (or 0x3E4846) is unknown color: approx Corduroy. HEX triplet: 3E, 48 and 46. RGB value is (62,72,70). Sum of RGB (Red+Green+Blue) = 62+72+70=204 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.39% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 72 - color contains mainly: green. Hex color #3E4846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4846 is #C1B7B9. Grayscale: #444444. Windows color (decimal): -12695482 or 4606014. OLE color: 4606014.

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

Color convert

RGB627270-
CMYK0.1400.030.72
HSL168º7.46%26.27%-
HSV(B)168º13.89%28.24%-
XYZ5.416.16.69-
YUV68.78128.69123.16-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.39%
GREEN value IS 72 (28.52% from 255) = 35.29%
BLUE value IS 70 (27.73% from 255) = 34.31%
R=30.39%
G=35.29%
B=34.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6272700.1400.030.721687.4626.27
Hex3E4846E0348a871a
Octal761101061603110250732
Binary11111010010001000110111001110010001010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,72,70); }

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

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

 a { background-color: rgb(62,72,70); }

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

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

 span { border-color: rgb(62,72,70); }

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