#424422

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

Shades of El Paso #424422

Tints of El Paso #424422

Color information

#424422 (or 0x424422) is unknown color: approx 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

RGB666834-
CMYK0.0300.500.73
HSL63.53º33.33%20%-
HSV(B)63.53º50%26.67%-
XYZ4.65.412.31-
YUV63.53111.34129.76-

RGB Variations

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

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 (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6668340.0300.500.7363.5333.3320
Hex424422303249402114
Octal1021044230621111004124
Binary100001010001001000101101100101001001100000010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>