#40544D

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

Shades of Corduroy #40544D

Tints of Corduroy #40544D

Color information

#40544D (or 0x40544D) is unknown color: approx Corduroy. HEX triplet: 40, 54 and 4D. RGB value is (64,84,77). Sum of RGB (Red+Green+Blue) = 64+84+77=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 84 - color contains mainly: green. Hex color #40544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40544D is #BFABB2. Grayscale: #4D4D4D. Windows color (decimal): -12561331 or 5067840. OLE color: 5067840.

HSL color Cylindrical-coordinate representation of color #40544D: hue angle of 159º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #40544D is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB648477-
CMYK0.2400.080.67
HSL159º13.51%29.02%-
HSV(B)159º23.81%32.94%-
XYZ6.627.978.21-
YUV77.22127.87118.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 77 (30.47% from 255) = 34.22%
R=28.44%
G=37.33%
B=34.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484770.2400.080.6715913.5129.02
Hex40544D1808439fe1d
Octal100124115300101032371635
Binary1000000101010010011011100001000100001110011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40544D; }

 p { color: rgb(64,84,77); }

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

<style>
 a { background-color: #40544D; }

 a { background-color: rgb(64,84,77); }

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

<style>
 span { border-color: #40544D; }

 span { border-color: rgb(64,84,77); }

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