#3E534B

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

Shades of Corduroy #3E534B

Tints of Corduroy #3E534B

Color information

#3E534B (or 0x3E534B) is unknown color: approx Corduroy. HEX triplet: 3E, 53 and 4B. RGB value is (62,83,75). Sum of RGB (Red+Green+Blue) = 62+83+75=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 83 - color contains mainly: green. Hex color #3E534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E534B is #C1ACB4. Grayscale: #4B4B4B. Windows color (decimal): -12692661 or 4936510. OLE color: 4936510.

HSL color Cylindrical-coordinate representation of color #3E534B: hue angle of 157.14º 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 #3E534B is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB628375-
CMYK0.2500.100.67
HSL157.14º14.48%28.43%-
HSV(B)157.14º25.3%32.55%-
XYZ6.357.727.81-
YUV75.81127.54118.15-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.18%
GREEN value IS 83 (32.81% from 255) = 37.73%
BLUE value IS 75 (29.69% from 255) = 34.09%
R=28.18%
G=37.73%
B=34.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6283750.2500.100.67157.1414.4828.43
Hex3E534B190A439de1c
Octal76123113310121032351634
Binary111110101001110010111100101010100001110011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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