#3B4642

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

Shades of Corduroy #3B4642

Tints of Corduroy #3B4642

Color information

#3B4642 (or 0x3B4642) is unknown color: approx Corduroy. HEX triplet: 3B, 46 and 42. RGB value is (59,70,66). Sum of RGB (Red+Green+Blue) = 59+70+66=195 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.26% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 70 - color contains mainly: green. Hex color #3B4642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4642 is #C4B9BD. Grayscale: #424242. Windows color (decimal): -12892606 or 4343355. OLE color: 4343355.

HSL color Cylindrical-coordinate representation of color #3B4642: hue angle of 158.18º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3B4642 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB597066-
CMYK0.1600.060.73
HSL158.18º8.53%25.29%-
HSV(B)158.18º15.71%27.45%-
XYZ4.985.75.99-
YUV66.26127.86122.83-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.26%
GREEN value IS 70 (27.73% from 255) = 35.90%
BLUE value IS 66 (26.17% from 255) = 33.85%
R=30.26%
G=35.90%
B=33.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5970660.1600.060.73158.188.5325.29
Hex3B46421006499e919
Octal7310610220061112361131
Binary11101110001101000010100000110100100110011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,70,66); }

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

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

 a { background-color: rgb(59,70,66); }

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

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

 span { border-color: rgb(59,70,66); }

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