#414226

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

Shades of El Paso #414226

Tints of El Paso #414226

Color information

#414226 (or 0x414226) is unknown color: approx El Paso. HEX triplet: 41, 42 and 26. RGB value is (65,66,38). Sum of RGB (Red+Green+Blue) = 65+66+38=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 66 - color contains mainly: green. Hex color #414226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414226 is #BEBDD9. Grayscale: #3E3E3E. Windows color (decimal): -12500442 or 2507329. OLE color: 2507329.

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

Color convert

RGB656638-
CMYK0.0200.420.74
HSL62.14º26.92%20.39%-
HSV(B)62.14º42.42%25.88%-
XYZ4.485.162.59-
YUV62.51114.17129.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.46%
GREEN value IS 66 (26.17% from 255) = 39.05%
BLUE value IS 38 (15.23% from 255) = 22.49%
R=38.46%
G=39.05%
B=22.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6566380.0200.420.7462.1426.9220.39
Hex414226202A4A3e1b14
Octal101102462052112763324
Binary1000001100001010011010010101010010101111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414226; }

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

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

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

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

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

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

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

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