#3E4E47

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

Shades of Corduroy #3E4E47

Tints of Corduroy #3E4E47

Color information

#3E4E47 (or 0x3E4E47) is unknown color: approx Corduroy. HEX triplet: 3E, 4E and 47. RGB value is (62,78,71). Sum of RGB (Red+Green+Blue) = 62+78+71=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 78 (30.86% from 255 or 36.97% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 78 - color contains mainly: green. Hex color #3E4E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E4E47 is #C1B1B8. Grayscale: #484848. Windows color (decimal): -12693945 or 4673086. OLE color: 4673086.

HSL color Cylindrical-coordinate representation of color #3E4E47: hue angle of 153.75º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3E4E47 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB627871-
CMYK0.2100.090.69
HSL153.75º11.43%27.45%-
HSV(B)153.75º20.51%30.59%-
XYZ5.856.936.99-
YUV72.42127.2120.57-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.38%
GREEN value IS 78 (30.86% from 255) = 36.97%
BLUE value IS 71 (28.12% from 255) = 33.65%
R=29.38%
G=36.97%
B=33.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6278710.2100.090.69153.7511.4327.45
Hex3E4E471509459ab1b
Octal76116107250111052321333
Binary111110100111010001111010101001100010110011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,78,71); }

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

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

 a { background-color: rgb(62,78,71); }

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

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

 span { border-color: rgb(62,78,71); }

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