Html Css Color HEX #424234 El Paso

📋 copy color: '#424234'

red 66 ◦ green 66 ◦ blue 52

#424234
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of El Paso #424234

Tints of El Paso #424234

RGB

 RED value IS 66 (26.17% from 255) = 35.87%

 GREEN value IS 66 (26.17% from 255) = 35.87%

 BLUE value IS 52 (20.7% from 255) = 28.26%

R = 35.87%
G = 35.87%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#424234 (or 0x424234) is known color: El Paso. HEX triplet: 42, 42 and 34. RGB value is (66,66,52). Sum of RGB (Red+Green+Blue) = 66+66+52=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424234 is #BDBDCB. Grayscale: #404040. Windows color (decimal): -12434892 or 3424834. OLE color: 3424834.

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

Color convert

RGB 66 66 52 -
CMYK 0 0 0.21 0.74
HSL 60º 0.12% 0.23% -
HSV(B) 60º 0.21% 0.26% -
XYZ 4.81 5.3 4.02 -
YUV 64.4 121 129.14 -
System Red Green Blue C M Y K H S L
Decimal 66 66 52 0 0 0.21 0.74 60 0.12 0.23
Hex 42 42 34 0 0 15 4A 3C C 17
Octal 102 102 64 0 0 25 112 74 14 27
Binary 1000010 1000010 110100 0 0 10101 1001010 111100 1100 10111

Color Harmonies of #424234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424234

Black with #424234

Text Example


Text Example

White with #424234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424234; }

 p { color: rgb(66,66,52); }

 H1.HeaderClassName
 {
   color: #424234;
 }
 .AnyTagClassName
 {
   color: #424234;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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