#41422E

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

Shades of El Paso #41422E

Tints of El Paso #41422E

Color information

#41422E (or 0x41422E) is unknown color: approx El Paso. HEX triplet: 41, 42 and 2E. RGB value is (65,66,46). Sum of RGB (Red+Green+Blue) = 65+66+46=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 66 - color contains mainly: green. Hex color #41422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41422E is #BEBDD1. Grayscale: #3F3F3F. Windows color (decimal): -12500434 or 3031617. OLE color: 3031617.

HSL color Cylindrical-coordinate representation of color #41422E: hue angle of 63º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #41422E is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB656646-
CMYK0.0200.300.74
HSL63º17.86%21.96%-
HSV(B)63º30.3%25.88%-
XYZ4.625.223.35-
YUV63.42118.17129.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.72%
GREEN value IS 66 (26.17% from 255) = 37.29%
BLUE value IS 46 (18.36% from 255) = 25.99%
R=36.72%
G=37.29%
B=25.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6566460.0200.300.746317.8621.96
Hex41422E201E4A3f1216
Octal101102562036112772226
Binary100000110000101011101001111010010101111111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41422E; }

 p { color: rgb(65,66,46); }

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

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

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

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

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

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

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