#404026

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

Shades of El Paso #404026

Tints of El Paso #404026

Color information

#404026 (or 0x404026) is unknown color: approx El Paso. HEX triplet: 40, 40 and 26. RGB value is (64,64,38). Sum of RGB (Red+Green+Blue) = 64+64+38=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404026 is #BFBFD9. Grayscale: #3D3D3D. Windows color (decimal): -12566490 or 2506816. OLE color: 2506816.

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

Color convert

RGB646438-
CMYK000.410.75
HSL60º25.49%20%-
HSV(B)60º40.62%25.1%-
XYZ4.34.92.55-
YUV61.04115130.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.55%
GREEN value IS 64 (25.39% from 255) = 38.55%
BLUE value IS 38 (15.23% from 255) = 22.89%
R=38.55%
G=38.55%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal646438000.410.756025.4920
Hex40402600294B3c1914
Octal100100460051113743124
Binary100000010000001001100010100110010111111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404026; }

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

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

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

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

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

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

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

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