#424424

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

Shades of El Paso #424424

Tints of El Paso #424424

Color information

#424424 (or 0x424424) is unknown color: approx El Paso. HEX triplet: 42, 44 and 24. RGB value is (66,68,36). Sum of RGB (Red+Green+Blue) = 66+68+36=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 68 - color contains mainly: green. Hex color #424424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424424 is #BDBBDB. Grayscale: #3F3F3F. Windows color (decimal): -12434396 or 2376770. OLE color: 2376770.

HSL color Cylindrical-coordinate representation of color #424424: hue angle of 63.75º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #424424 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB666836-
CMYK0.0300.470.73
HSL63.75º30.77%20.39%-
HSV(B)63.75º47.06%26.67%-
XYZ4.635.422.47-
YUV63.75112.34129.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.82%
GREEN value IS 68 (26.95% from 255) = 40%
BLUE value IS 36 (14.45% from 255) = 21.18%
R=38.82%
G=40%
B=21.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6668360.0300.470.7363.7530.7720.39
Hex424424302F49401f14
Octal1021044430571111003724
Binary10000101000100100100110101111100100110000001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424424; }

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

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

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

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

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

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

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

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