#424328

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

Shades of El Paso #424328

Tints of El Paso #424328

Color information

#424328 (or 0x424328) is unknown color: approx El Paso. HEX triplet: 42, 43 and 28. RGB value is (66,67,40). Sum of RGB (Red+Green+Blue) = 66+67+40=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 67 - color contains mainly: green. Hex color #424328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424328 is #BDBCD7. Grayscale: #3F3F3F. Windows color (decimal): -12434648 or 2638658. OLE color: 2638658.

HSL color Cylindrical-coordinate representation of color #424328: hue angle of 62.22º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #424328 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB666740-
CMYK0.0100.400.74
HSL62.22º25.23%20.98%-
HSV(B)62.22º40.3%26.27%-
XYZ4.645.332.79-
YUV63.62114.67129.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.15%
GREEN value IS 67 (26.56% from 255) = 38.73%
BLUE value IS 40 (16.02% from 255) = 23.12%
R=38.15%
G=38.73%
B=23.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6667400.0100.400.7462.2225.2320.98
Hex42432810284A3e1915
Octal102103501050112763125
Binary100001010000111010001010100010010101111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424328; }

 p { color: rgb(66,67,40); }

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

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

 a { background-color: rgb(66,67,40); }

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

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

 span { border-color: rgb(66,67,40); }

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