#404227

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

Shades of El Paso #404227

Tints of El Paso #404227

Color information

#404227 (or 0x404227) is unknown color: approx El Paso. HEX triplet: 40, 42 and 27. RGB value is (64,66,39). Sum of RGB (Red+Green+Blue) = 64+66+39=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 66 - color contains mainly: green. Hex color #404227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404227 is #BFBDD8. Grayscale: #3E3E3E. Windows color (decimal): -12565977 or 2572864. OLE color: 2572864.

HSL color Cylindrical-coordinate representation of color #404227: hue angle of 64.44º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #404227 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.74.

Color convert

RGB646639-
CMYK0.0300.410.74
HSL64.44º25.71%20.59%-
HSV(B)64.44º40.91%25.88%-
XYZ4.435.132.68-
YUV62.32114.84129.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.87%
GREEN value IS 66 (26.17% from 255) = 39.05%
BLUE value IS 39 (15.62% from 255) = 23.08%
R=37.87%
G=39.05%
B=23.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6466390.0300.410.7464.4425.7120.59
Hex40422730294A401a15
Octal1001024730511121003225
Binary10000001000010100111110101001100101010000001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404227; }

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

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

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

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

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

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

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

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