#3F524B

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

Shades of Corduroy #3F524B

Tints of Corduroy #3F524B

Color information

#3F524B (or 0x3F524B) is unknown color: approx Corduroy. HEX triplet: 3F, 52 and 4B. RGB value is (63,82,75). Sum of RGB (Red+Green+Blue) = 63+82+75=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 82 - color contains mainly: green. Hex color #3F524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F524B is #C0ADB4. Grayscale: #4B4B4B. Windows color (decimal): -12627381 or 4936255. OLE color: 4936255.

HSL color Cylindrical-coordinate representation of color #3F524B: hue angle of 157.89º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3F524B is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB638275-
CMYK0.2300.090.68
HSL157.89º13.1%28.43%-
HSV(B)157.89º23.17%32.16%-
XYZ6.347.67.79-
YUV75.52127.71119.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.64%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 75 (29.69% from 255) = 34.09%
R=28.64%
G=37.27%
B=34.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6382750.2300.090.68157.8913.128.43
Hex3F524B1709449ed1c
Octal77122113270111042361534
Binary111111101001010010111011101001100010010011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,82,75); }

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

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

 a { background-color: rgb(63,82,75); }

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

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

 span { border-color: rgb(63,82,75); }

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