#3F4945

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

Shades of Corduroy #3F4945

Tints of Corduroy #3F4945

Color information

#3F4945 (or 0x3F4945) is unknown color: approx Corduroy. HEX triplet: 3F, 49 and 45. RGB value is (63,73,69). Sum of RGB (Red+Green+Blue) = 63+73+69=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 73 - color contains mainly: green. Hex color #3F4945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4945 is #C0B6BA. Grayscale: #454545. Windows color (decimal): -12629691 or 4540735. OLE color: 4540735.

HSL color Cylindrical-coordinate representation of color #3F4945: hue angle of 156º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3F4945 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB637369-
CMYK0.1400.050.71
HSL156º7.35%26.67%-
HSV(B)156º13.7%28.63%-
XYZ5.516.256.55-
YUV69.55127.69123.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.73%
GREEN value IS 73 (28.91% from 255) = 35.61%
BLUE value IS 69 (27.34% from 255) = 33.66%
R=30.73%
G=35.61%
B=33.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6373690.1400.050.711567.3526.67
Hex3F4945E05479c71b
Octal771111051605107234733
Binary111111100100110001011110010110001111001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,73,69); }

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

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

 a { background-color: rgb(63,73,69); }

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

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

 span { border-color: rgb(63,73,69); }

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