#414126

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

Shades of El Paso #414126

Tints of El Paso #414126

Color information

#414126 (or 0x414126) is unknown color: approx El Paso. HEX triplet: 41, 41 and 26. RGB value is (65,65,38). Sum of RGB (Red+Green+Blue) = 65+65+38=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 38 (15.23% from 255 or 22.62% from 168); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414126 is #BEBED9. Grayscale: #3E3E3E. Windows color (decimal): -12500698 or 2507073. OLE color: 2507073.

HSL color Cylindrical-coordinate representation of color #414126: hue angle of 60º 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 #414126 is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB656538-
CMYK000.420.75
HSL60º26.21%20.2%-
HSV(B)60º41.54%25.49%-
XYZ4.425.042.57-
YUV61.92114.5130.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.69%
GREEN value IS 65 (25.78% from 255) = 38.69%
BLUE value IS 38 (15.23% from 255) = 22.62%
R=38.69%
G=38.69%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656538000.420.756026.2120.2
Hex414126002A4B3c1a14
Octal101101460052113743224
Binary100000110000011001100010101010010111111001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414126; }

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

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

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

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

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

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

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

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