Html Css Color HEX #424422 El Paso

📋 copy color: '#424422'

red 66 ◦ green 68 ◦ blue 34

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

Shades of El Paso #424422

Tints of El Paso #424422

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.48%

 BLUE value IS 34 (13.67% from 255) = 20.24%

R = 39.29%
G = 40.48%
B = 20.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.73

RGB Variations

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

Color information

#424422 (or 0x424422) is known color: El Paso. HEX triplet: 42, 44 and 22. RGB value is (66,68,34). Sum of RGB (Red+Green+Blue) = 66+68+34=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 68 - color contains mainly: green. Hex color #424422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424422 is #BDBBDD. Grayscale: #3F3F3F. Windows color (decimal): -12434398 or 2245698. OLE color: 2245698.

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

Color convert

RGB 66 68 34 -
CMYK 0.03 0 0.50 0.73
HSL 63.53º 0.33% 0.2% -
HSV(B) 63.53º 0.5% 0.27% -
XYZ 4.6 5.41 2.31 -
YUV 63.53 111.34 129.76 -
System Red Green Blue C M Y K H S L
Decimal 66 68 34 0.03 0 0.50 0.73 63.53 0.33 0.2
Hex 42 44 22 3 0 32 49 40 21 14
Octal 102 104 42 3 0 62 111 100 41 24
Binary 1000010 1000100 100010 11 0 110010 1001001 1000000 100001 10100

Color Harmonies of #424422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424422

Black with #424422

Text Example


Text Example

White with #424422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424422; }

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

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

background-color css

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

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

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

border-color css

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

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

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