#3F554D

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

Shades of Corduroy #3F554D

Tints of Corduroy #3F554D

Color information

#3F554D (or 0x3F554D) is unknown color: approx Corduroy. HEX triplet: 3F, 55 and 4D. RGB value is (63,85,77). Sum of RGB (Red+Green+Blue) = 63+85+77=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 85 - color contains mainly: green. Hex color #3F554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F554D is #C0AAB2. Grayscale: #4D4D4D. Windows color (decimal): -12626611 or 5068095. OLE color: 5068095.

HSL color Cylindrical-coordinate representation of color #3F554D: hue angle of 158.18º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3F554D is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB638577-
CMYK0.2600.090.67
HSL158.18º14.86%29.02%-
HSV(B)158.18º25.88%33.33%-
XYZ6.648.098.23-
YUV77.51127.71117.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28%
GREEN value IS 85 (33.59% from 255) = 37.78%
BLUE value IS 77 (30.47% from 255) = 34.22%
R=28%
G=37.78%
B=34.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6385770.2600.090.67158.1814.8629.02
Hex3F554D1A09439ef1d
Octal77125115320111032361735
Binary111111101010110011011101001001100001110011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,85,77); }

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

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

 a { background-color: rgb(63,85,77); }

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

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

 span { border-color: rgb(63,85,77); }

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