#404036

Color #404036 El Paso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of El Paso #404036

Tints of El Paso #404036

Color information

#404036 (or 0x404036) is unknown color: approx El Paso. HEX triplet: 40, 40 and 36. RGB value is (64,64,54). Sum of RGB (Red+Green+Blue) = 64+64+54=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404036 is #BFBFC9. Grayscale: #3E3E3E. Windows color (decimal): -12566474 or 3555392. OLE color: 3555392.

HSL color Cylindrical-coordinate representation of color #404036: hue angle of 60º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #404036 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB646454-
CMYK000.160.75
HSL60º8.47%23.14%-
HSV(B)60º15.62%25.1%-
XYZ4.615.024.22-
YUV62.86123128.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.16%
GREEN value IS 64 (25.39% from 255) = 35.16%
BLUE value IS 54 (21.48% from 255) = 29.67%
R=35.16%
G=35.16%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal646454000.160.75608.4723.14
Hex40403600104B3c817
Octal100100660020113741027
Binary1000000100000011011000100001001011111100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404036; }

 p { color: rgb(64,64,54); }

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

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

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

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

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

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

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