#404127

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

Shades of El Paso #404127

Tints of El Paso #404127

Color information

#404127 (or 0x404127) is unknown color: approx El Paso. HEX triplet: 40, 41 and 27. RGB value is (64,65,39). Sum of RGB (Red+Green+Blue) = 64+65+39=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 65 - color contains mainly: green. Hex color #404127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404127 is #BFBED8. Grayscale: #3D3D3D. Windows color (decimal): -12566233 or 2572608. OLE color: 2572608.

HSL color Cylindrical-coordinate representation of color #404127: hue angle of 62.31º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #404127 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB646539-
CMYK0.0200.400.75
HSL62.31º25%20.39%-
HSV(B)62.31º40%25.49%-
XYZ4.375.022.66-
YUV61.74115.17129.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.10%
GREEN value IS 65 (25.78% from 255) = 38.69%
BLUE value IS 39 (15.62% from 255) = 23.21%
R=38.10%
G=38.69%
B=23.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6465390.0200.400.7562.312520.39
Hex40412720284B3e1914
Octal100101472050113763124
Binary1000000100000110011110010100010010111111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404127; }

 p { color: rgb(64,65,39); }

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

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

 a { background-color: rgb(64,65,39); }

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

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

 span { border-color: rgb(64,65,39); }

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