#424128

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

Shades of El Paso #424128

Tints of El Paso #424128

Color information

#424128 (or 0x424128) is unknown color: approx El Paso. HEX triplet: 42, 41 and 28. RGB value is (66,65,40). Sum of RGB (Red+Green+Blue) = 66+65+40=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 66 - color contains mainly: red. Hex color #424128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424128 is #BDBED7. Grayscale: #3E3E3E. Windows color (decimal): -12435160 or 2638146. OLE color: 2638146.

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

Color convert

RGB666540-
CMYK00.020.390.74
HSL57.69º24.53%20.78%-
HSV(B)57.69º39.39%25.88%-
XYZ4.525.092.75-
YUV62.45115.33130.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.60%
GREEN value IS 65 (25.78% from 255) = 38.01%
BLUE value IS 40 (16.02% from 255) = 23.39%
R=38.60%
G=38.01%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66654000.020.390.7457.6924.5320.78
Hex42412802274A3a1915
Octal102101500247112723125
Binary1000010100000110100001010011110010101110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424128; }

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

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

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

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

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

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

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

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