#404124

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

Shades of El Paso #404124

Tints of El Paso #404124

Color information

#404124 (or 0x404124) is unknown color: approx El Paso. HEX triplet: 40, 41 and 24. RGB value is (64,65,36). Sum of RGB (Red+Green+Blue) = 64+65+36=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 65 - color contains mainly: green. Hex color #404124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404124 is #BFBEDB. Grayscale: #3D3D3D. Windows color (decimal): -12566236 or 2376000. OLE color: 2376000.

HSL color Cylindrical-coordinate representation of color #404124: hue angle of 62.07º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #404124 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB646536-
CMYK0.0200.450.75
HSL62.07º28.71%19.8%-
HSV(B)62.07º44.62%25.49%-
XYZ4.3252.41-
YUV61.4113.67129.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.79%
GREEN value IS 65 (25.78% from 255) = 39.39%
BLUE value IS 36 (14.45% from 255) = 21.82%
R=38.79%
G=39.39%
B=21.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6465360.0200.450.7562.0728.7119.8
Hex404124202D4B3e1d14
Octal100101442055113763524
Binary1000000100000110010010010110110010111111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404124; }

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

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

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

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

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

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

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

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