#3F4C48

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

Shades of Corduroy #3F4C48

Tints of Corduroy #3F4C48

Color information

#3F4C48 (or 0x3F4C48) is unknown color: approx Corduroy. HEX triplet: 3F, 4C and 48. RGB value is (63,76,72). Sum of RGB (Red+Green+Blue) = 63+76+72=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 76 - color contains mainly: green. Hex color #3F4C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4C48 is #C0B3B7. Grayscale: #474747. Windows color (decimal): -12628920 or 4738111. OLE color: 4738111.

HSL color Cylindrical-coordinate representation of color #3F4C48: hue angle of 161.54º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3F4C48 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB637672-
CMYK0.1700.050.70
HSL161.54º9.35%27.25%-
HSV(B)161.54º17.11%29.8%-
XYZ5.86.697.12-
YUV71.66128.19121.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.86%
GREEN value IS 76 (30.08% from 255) = 36.02%
BLUE value IS 72 (28.52% from 255) = 34.12%
R=29.86%
G=36.02%
B=34.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6376720.1700.050.70161.549.3527.25
Hex3F4C48110546a291b
Octal7711411021051062421133
Binary11111110011001001000100010101100011010100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,76,72); }

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

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

 a { background-color: rgb(63,76,72); }

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

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

 span { border-color: rgb(63,76,72); }

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