#40534E

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

Shades of Corduroy #40534E

Tints of Corduroy #40534E

Color information

#40534E (or 0x40534E) is unknown color: approx Corduroy. HEX triplet: 40, 53 and 4E. RGB value is (64,83,78). Sum of RGB (Red+Green+Blue) = 64+83+78=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 83 - color contains mainly: green. Hex color #40534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40534E is #BFACB1. Grayscale: #4C4C4C. Windows color (decimal): -12561586 or 5133120. OLE color: 5133120.

HSL color Cylindrical-coordinate representation of color #40534E: hue angle of 164.21º 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 #40534E is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB648378-
CMYK0.2300.060.67
HSL164.21º12.93%28.82%-
HSV(B)164.21º22.89%32.55%-
XYZ6.587.838.37-
YUV76.75128.71118.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 83 (32.81% from 255) = 36.89%
BLUE value IS 78 (30.86% from 255) = 34.67%
R=28.44%
G=36.89%
B=34.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6483780.2300.060.67164.2112.9328.82
Hex40534E170643a4d1d
Octal10012311627061032441535
Binary100000010100111001110101110110100001110100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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