#3F554F

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

Shades of Corduroy #3F554F

Tints of Corduroy #3F554F

Color information

#3F554F (or 0x3F554F) is unknown color: approx Corduroy. HEX triplet: 3F, 55 and 4F. RGB value is (63,85,79). Sum of RGB (Red+Green+Blue) = 63+85+79=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 85 - color contains mainly: green. Hex color #3F554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F554F is #C0AAB0. Grayscale: #4D4D4D. Windows color (decimal): -12626609 or 5199167. OLE color: 5199167.

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

Color convert

RGB638579-
CMYK0.2600.070.67
HSL163.64º14.86%29.02%-
HSV(B)163.64º25.88%33.33%-
XYZ6.718.128.61-
YUV77.74128.71117.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.75%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 79 (31.25% from 255) = 34.80%
R=27.75%
G=37.44%
B=34.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6385790.2600.070.67163.6414.8629.02
Hex3F554F1A0743a4f1d
Octal7712511732071032441735
Binary11111110101011001111110100111100001110100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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