#40544F

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

Shades of Corduroy #40544F

Tints of Corduroy #40544F

Color information

#40544F (or 0x40544F) is unknown color: approx Corduroy. HEX triplet: 40, 54 and 4F. RGB value is (64,84,79). Sum of RGB (Red+Green+Blue) = 64+84+79=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 84 - color contains mainly: green. Hex color #40544F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40544F is #BFABB0. Grayscale: #4D4D4D. Windows color (decimal): -12561329 or 5198912. OLE color: 5198912.

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

Color convert

RGB648479-
CMYK0.2400.060.67
HSL165º13.51%29.02%-
HSV(B)165º23.81%32.94%-
XYZ6.788.59-
YUV77.45128.87118.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.19%
GREEN value IS 84 (33.20% from 255) = 37.00%
BLUE value IS 79 (31.25% from 255) = 34.80%
R=28.19%
G=37.00%
B=34.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484790.2400.060.6716513.5129.02
Hex40544F180643a5e1d
Octal10012411730061032451635
Binary100000010101001001111110000110100001110100101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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