#414224

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

Shades of El Paso #414224

Tints of El Paso #414224

Color information

#414224 (or 0x414224) is unknown color: approx El Paso. HEX triplet: 41, 42 and 24. RGB value is (65,66,36). Sum of RGB (Red+Green+Blue) = 65+66+36=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 66 - color contains mainly: green. Hex color #414224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414224 is #BEBDDB. Grayscale: #3E3E3E. Windows color (decimal): -12500444 or 2376257. OLE color: 2376257.

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

Color convert

RGB656636-
CMYK0.0200.450.74
HSL62º29.41%20%-
HSV(B)62º45.45%25.88%-
XYZ4.455.152.43-
YUV62.28113.17129.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.92%
GREEN value IS 66 (26.17% from 255) = 39.52%
BLUE value IS 36 (14.45% from 255) = 21.56%
R=38.92%
G=39.52%
B=21.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6566360.0200.450.746229.4120
Hex414224202D4A3e1d14
Octal101102442055112763524
Binary1000001100001010010010010110110010101111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414224; }

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

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

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

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

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

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

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

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