#40411E

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

Shades of El Paso #40411E

Tints of El Paso #40411E

Color information

#40411E (or 0x40411E) is unknown color: approx El Paso. HEX triplet: 40, 41 and 1E. RGB value is (64,65,30). Sum of RGB (Red+Green+Blue) = 64+65+30=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 65 - color contains mainly: green. Hex color #40411E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40411E is #BFBEE1. Grayscale: #3C3C3C. Windows color (decimal): -12566242 or 1982784. OLE color: 1982784.

HSL color Cylindrical-coordinate representation of color #40411E: hue angle of 61.71º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40411E is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB646530-
CMYK0.0200.540.75
HSL61.71º36.84%18.63%-
HSV(B)61.71º53.85%25.49%-
XYZ4.244.961.96-
YUV60.71110.67130.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.25%
GREEN value IS 65 (25.78% from 255) = 40.88%
BLUE value IS 30 (12.11% from 255) = 18.87%
R=40.25%
G=40.88%
B=18.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6465300.0200.540.7561.7136.8418.63
Hex40411E20364B3e2513
Octal100101362066113764523
Binary1000000100000111110100110110100101111111010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,65,30); }

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

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

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

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

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

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

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