Html Css Color HEX #42422F El Paso

📋 copy color: '#42422F'

red 66 ◦ green 66 ◦ blue 47

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

Shades of El Paso #42422F

Tints of El Paso #42422F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 26.26%

R = 36.87%
G = 36.87%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.29

 K value IS 0.74

RGB Variations

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

Color information

#42422F (or 0x42422F) is known color: El Paso. HEX triplet: 42, 42 and 2F. RGB value is (66,66,47). Sum of RGB (Red+Green+Blue) = 66+66+47=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 66 - color contains mainly: red, green. Hex color #42422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42422F is #BDBDD0. Grayscale: #3F3F3F. Windows color (decimal): -12434897 or 3097154. OLE color: 3097154.

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

Color convert

RGB 66 66 47 -
CMYK 0 0 0.29 0.74
HSL 60º 0.17% 0.22% -
HSV(B) 60º 0.29% 0.26% -
XYZ 4.71 5.26 3.46 -
YUV 63.83 118.5 129.54 -
System Red Green Blue C M Y K H S L
Decimal 66 66 47 0 0 0.29 0.74 60 0.17 0.22
Hex 42 42 2F 0 0 1D 4A 3C 11 16
Octal 102 102 57 0 0 35 112 74 21 26
Binary 1000010 1000010 101111 0 0 11101 1001010 111100 10001 10110

Color Harmonies of #42422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42422F

Black with #42422F

Text Example


Text Example

White with #42422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42422F; }

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

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

background-color css

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

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

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

border-color css

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

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

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