#41421E

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

Shades of El Paso #41421E

Tints of El Paso #41421E

Color information

#41421E (or 0x41421E) is unknown color: approx El Paso. HEX triplet: 41, 42 and 1E. RGB value is (65,66,30). Sum of RGB (Red+Green+Blue) = 65+66+30=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 66 - color contains mainly: green. Hex color #41421E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41421E is #BEBDE1. Grayscale: #3D3D3D. Windows color (decimal): -12500450 or 1983041. OLE color: 1983041.

HSL color Cylindrical-coordinate representation of color #41421E: hue angle of 61.67º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41421E is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB656630-
CMYK0.0200.550.74
HSL61.67º37.5%18.82%-
HSV(B)61.67º54.55%25.88%-
XYZ4.365.111.99-
YUV61.6110.17130.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.37%
GREEN value IS 66 (26.17% from 255) = 40.99%
BLUE value IS 30 (12.11% from 255) = 18.63%
R=40.37%
G=40.99%
B=18.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6566300.0200.550.7461.6737.518.82
Hex41421E20374A3e2613
Octal101102362067112764623
Binary1000001100001011110100110111100101011111010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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