#3F4D4A

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

Shades of Corduroy #3F4D4A

Tints of Corduroy #3F4D4A

Color information

#3F4D4A (or 0x3F4D4A) is unknown color: approx Corduroy. HEX triplet: 3F, 4D and 4A. RGB value is (63,77,74). Sum of RGB (Red+Green+Blue) = 63+77+74=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 77 - color contains mainly: green. Hex color #3F4D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4D4A is #C0B2B5. Grayscale: #484848. Windows color (decimal): -12628662 or 4869439. OLE color: 4869439.

HSL color Cylindrical-coordinate representation of color #3F4D4A: hue angle of 167.14º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3F4D4A is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB637774-
CMYK0.1800.040.70
HSL167.14º10%27.45%-
HSV(B)167.14º18.18%30.2%-
XYZ5.946.867.49-
YUV72.47128.86121.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.44%
GREEN value IS 77 (30.47% from 255) = 35.98%
BLUE value IS 74 (29.30% from 255) = 34.58%
R=29.44%
G=35.98%
B=34.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6377740.1800.040.70167.141027.45
Hex3F4D4A120446a7a1b
Octal7711511222041062471233
Binary11111110011011001010100100100100011010100111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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