#404224

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

Shades of El Paso #404224

Tints of El Paso #404224

Color information

#404224 (or 0x404224) is unknown color: approx El Paso. HEX triplet: 40, 42 and 24. RGB value is (64,66,36). Sum of RGB (Red+Green+Blue) = 64+66+36=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 66 - color contains mainly: green. Hex color #404224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404224 is #BFBDDB. Grayscale: #3E3E3E. Windows color (decimal): -12565980 or 2376256. OLE color: 2376256.

HSL color Cylindrical-coordinate representation of color #404224: hue angle of 64º 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 #404224 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB646636-
CMYK0.0300.450.74
HSL64º29.41%20%-
HSV(B)64º45.45%25.88%-
XYZ4.385.112.43-
YUV61.98113.34129.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.55%
GREEN value IS 66 (26.17% from 255) = 39.76%
BLUE value IS 36 (14.45% from 255) = 21.69%
R=38.55%
G=39.76%
B=21.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6466360.0300.450.746429.4120
Hex404224302D4A401d14
Octal1001024430551121003524
Binary10000001000010100100110101101100101010000001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404224; }

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

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

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

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

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

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

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

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