#3E534C

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

Shades of Corduroy #3E534C

Tints of Corduroy #3E534C

Color information

#3E534C (or 0x3E534C) is unknown color: approx Corduroy. HEX triplet: 3E, 53 and 4C. RGB value is (62,83,76). Sum of RGB (Red+Green+Blue) = 62+83+76=221 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.05% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 83 - color contains mainly: green. Hex color #3E534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E534C is #C1ACB3. Grayscale: #4B4B4B. Windows color (decimal): -12692660 or 5002046. OLE color: 5002046.

HSL color Cylindrical-coordinate representation of color #3E534C: hue angle of 160º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3E534C is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB628376-
CMYK0.2500.080.67
HSL160º14.48%28.43%-
HSV(B)160º25.3%32.55%-
XYZ6.387.737.99-
YUV75.92128.04118.07-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.05%
GREEN value IS 83 (32.81% from 255) = 37.56%
BLUE value IS 76 (30.08% from 255) = 34.39%
R=28.05%
G=37.56%
B=34.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6283760.2500.080.6716014.4828.43
Hex3E534C190843a0e1c
Octal76123114310101032401634
Binary111110101001110011001100101000100001110100000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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