#3F554E

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

Shades of Corduroy #3F554E

Tints of Corduroy #3F554E

Color information

#3F554E (or 0x3F554E) is unknown color: approx Corduroy. HEX triplet: 3F, 55 and 4E. RGB value is (63,85,78). Sum of RGB (Red+Green+Blue) = 63+85+78=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 85 - color contains mainly: green. Hex color #3F554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F554E is #C0AAB1. Grayscale: #4D4D4D. Windows color (decimal): -12626610 or 5133631. OLE color: 5133631.

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

Color convert

RGB638578-
CMYK0.2600.080.67
HSL160.91º14.86%29.02%-
HSV(B)160.91º25.88%33.33%-
XYZ6.678.18.42-
YUV77.62128.21117.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.88%
GREEN value IS 85 (33.59% from 255) = 37.61%
BLUE value IS 78 (30.86% from 255) = 34.51%
R=27.88%
G=37.61%
B=34.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6385780.2600.080.67160.9114.8629.02
Hex3F554E1A0843a1f1d
Octal77125116320101032411735
Binary111111101010110011101101001000100001110100001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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