#40514C

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

Shades of Corduroy #40514C

Tints of Corduroy #40514C

Color information

#40514C (or 0x40514C) is unknown color: approx Corduroy. HEX triplet: 40, 51 and 4C. RGB value is (64,81,76). Sum of RGB (Red+Green+Blue) = 64+81+76=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 81 - color contains mainly: green. Hex color #40514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40514C is #BFAEB3. Grayscale: #4B4B4B. Windows color (decimal): -12562100 or 5001536. OLE color: 5001536.

HSL color Cylindrical-coordinate representation of color #40514C: hue angle of 162.35º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #40514C is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB648176-
CMYK0.2100.060.68
HSL162.35º11.72%28.43%-
HSV(B)162.35º20.99%31.76%-
XYZ6.367.57.95-
YUV75.35128.37119.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 81 (32.03% from 255) = 36.65%
BLUE value IS 76 (30.08% from 255) = 34.39%
R=28.96%
G=36.65%
B=34.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6481760.2100.060.68162.3511.7228.43
Hex40514C150644a2c1c
Octal10012111425061042421434
Binary100000010100011001100101010110100010010100010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40514C; }

 p { color: rgb(64,81,76); }

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

<style>
 a { background-color: #40514C; }

 a { background-color: rgb(64,81,76); }

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

<style>
 span { border-color: #40514C; }

 span { border-color: rgb(64,81,76); }

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