#404126

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

Shades of El Paso #404126

Tints of El Paso #404126

Color information

#404126 (or 0x404126) is unknown color: approx El Paso. HEX triplet: 40, 41 and 26. RGB value is (64,65,38). Sum of RGB (Red+Green+Blue) = 64+65+38=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 65 - color contains mainly: green. Hex color #404126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404126 is #BFBED9. Grayscale: #3D3D3D. Windows color (decimal): -12566234 or 2507072. OLE color: 2507072.

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

Color convert

RGB646538-
CMYK0.0200.420.75
HSL62.22º26.21%20.2%-
HSV(B)62.22º41.54%25.49%-
XYZ4.355.012.57-
YUV61.62114.67129.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.32%
GREEN value IS 65 (25.78% from 255) = 38.92%
BLUE value IS 38 (15.23% from 255) = 22.75%
R=38.32%
G=38.92%
B=22.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6465380.0200.420.7562.2226.2120.2
Hex404126202A4B3e1a14
Octal100101462052113763224
Binary1000000100000110011010010101010010111111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404126; }

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

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

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

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

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

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

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

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