#40534D

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

Shades of Corduroy #40534D

Tints of Corduroy #40534D

Color information

#40534D (or 0x40534D) is unknown color: approx Corduroy. HEX triplet: 40, 53 and 4D. RGB value is (64,83,77). Sum of RGB (Red+Green+Blue) = 64+83+77=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 83 - color contains mainly: green. Hex color #40534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40534D is #BFACB2. Grayscale: #4C4C4C. Windows color (decimal): -12561587 or 5067584. OLE color: 5067584.

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

Color convert

RGB648377-
CMYK0.2300.070.67
HSL161.05º12.93%28.82%-
HSV(B)161.05º22.89%32.55%-
XYZ6.557.818.18-
YUV76.64128.21118.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.57%
GREEN value IS 83 (32.81% from 255) = 37.05%
BLUE value IS 77 (30.47% from 255) = 34.38%
R=28.57%
G=37.05%
B=34.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6483770.2300.070.67161.0512.9328.82
Hex40534D170743a1d1d
Octal10012311527071032411535
Binary100000010100111001101101110111100001110100001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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