#40514D

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

Shades of Corduroy #40514D

Tints of Corduroy #40514D

Color information

#40514D (or 0x40514D) is unknown color: approx Corduroy. HEX triplet: 40, 51 and 4D. RGB value is (64,81,77). Sum of RGB (Red+Green+Blue) = 64+81+77=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 81 - color contains mainly: green. Hex color #40514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40514D is #BFAEB2. Grayscale: #4B4B4B. Windows color (decimal): -12562099 or 5067072. OLE color: 5067072.

HSL color Cylindrical-coordinate representation of color #40514D: hue angle of 165.88º 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 #40514D is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB648177-
CMYK0.2100.050.68
HSL165.88º11.72%28.43%-
HSV(B)165.88º20.99%31.76%-
XYZ6.47.518.13-
YUV75.46128.87119.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.83%
GREEN value IS 81 (32.03% from 255) = 36.49%
BLUE value IS 77 (30.47% from 255) = 34.68%
R=28.83%
G=36.49%
B=34.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6481770.2100.050.68165.8811.7228.43
Hex40514D150544a6c1c
Octal10012111525051042461434
Binary100000010100011001101101010101100010010100110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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