#3E4B48

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

Shades of Corduroy #3E4B48

Tints of Corduroy #3E4B48

Color information

#3E4B48 (or 0x3E4B48) is unknown color: approx Corduroy. HEX triplet: 3E, 4B and 48. RGB value is (62,75,72). Sum of RGB (Red+Green+Blue) = 62+75+72=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 75 - color contains mainly: green. Hex color #3E4B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4B48 is #C1B4B7. Grayscale: #464646. Windows color (decimal): -12694712 or 4737854. OLE color: 4737854.

HSL color Cylindrical-coordinate representation of color #3E4B48: hue angle of 166.15º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3E4B48 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB627572-
CMYK0.1700.040.71
HSL166.15º9.49%26.86%-
HSV(B)166.15º17.33%29.41%-
XYZ5.676.527.09-
YUV70.77128.69121.74-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.67%
GREEN value IS 75 (29.69% from 255) = 35.89%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=29.67%
G=35.89%
B=34.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6275720.1700.040.71166.159.4926.86
Hex3E4B48110447a691b
Octal7611311021041072461133
Binary11111010010111001000100010100100011110100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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