#404128

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

Shades of El Paso #404128

Tints of El Paso #404128

Color information

#404128 (or 0x404128) is unknown color: approx El Paso. HEX triplet: 40, 41 and 28. RGB value is (64,65,40). Sum of RGB (Red+Green+Blue) = 64+65+40=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 65 - color contains mainly: green. Hex color #404128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404128 is #BFBED7. Grayscale: #3D3D3D. Windows color (decimal): -12566232 or 2638144. OLE color: 2638144.

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

Color convert

RGB646540-
CMYK0.0200.380.75
HSL62.4º23.81%20.59%-
HSV(B)62.4º38.46%25.49%-
XYZ4.395.022.75-
YUV61.85115.67129.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.87%
GREEN value IS 65 (25.78% from 255) = 38.46%
BLUE value IS 40 (16.02% from 255) = 23.67%
R=37.87%
G=38.46%
B=23.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6465400.0200.380.7562.423.8120.59
Hex40412820264B3e1815
Octal100101502046113763025
Binary1000000100000110100010010011010010111111101100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404128; }

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

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

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

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

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

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

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

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