#3F5550

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

Shades of Corduroy #3F5550

Tints of Corduroy #3F5550

Color information

#3F5550 (or 0x3F5550) is unknown color: approx Corduroy. HEX triplet: 3F, 55 and 50. RGB value is (63,85,80). Sum of RGB (Red+Green+Blue) = 63+85+80=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5550 is #C0AAAF. Grayscale: #4D4D4D. Windows color (decimal): -12626608 or 5264703. OLE color: 5264703.

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

Color convert

RGB638580-
CMYK0.2600.060.67
HSL166.36º14.86%29.02%-
HSV(B)166.36º25.88%33.33%-
XYZ6.758.138.8-
YUV77.85129.21117.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.63%
GREEN value IS 85 (33.59% from 255) = 37.28%
BLUE value IS 80 (31.64% from 255) = 35.09%
R=27.63%
G=37.28%
B=35.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6385800.2600.060.67166.3614.8629.02
Hex3F55501A0643a6f1d
Octal7712512032061032461735
Binary11111110101011010000110100110100001110100110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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