#3E534E

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

Shades of Corduroy #3E534E

Tints of Corduroy #3E534E

Color information

#3E534E (or 0x3E534E) is unknown color: approx Corduroy. HEX triplet: 3E, 53 and 4E. RGB value is (62,83,78). Sum of RGB (Red+Green+Blue) = 62+83+78=223 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.80% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 83 - color contains mainly: green. Hex color #3E534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E534E is #C1ACB1. Grayscale: #4C4C4C. Windows color (decimal): -12692658 or 5133118. OLE color: 5133118.

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

Color convert

RGB628378-
CMYK0.2500.060.67
HSL165.71º14.48%28.43%-
HSV(B)165.71º25.3%32.55%-
XYZ6.467.768.37-
YUV76.15129.04117.91-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.80%
GREEN value IS 83 (32.81% from 255) = 37.22%
BLUE value IS 78 (30.86% from 255) = 34.98%
R=27.80%
G=37.22%
B=34.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6283780.2500.060.67165.7114.4828.43
Hex3E534E190643a6e1c
Octal7612311631061032461634
Binary11111010100111001110110010110100001110100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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