#42431E

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

Shades of El Paso #42431E

Tints of El Paso #42431E

Color information

#42431E (or 0x42431E) is unknown color: approx El Paso. HEX triplet: 42, 43 and 1E. RGB value is (66,67,30). Sum of RGB (Red+Green+Blue) = 66+67+30=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 67 - color contains mainly: green. Hex color #42431E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42431E is #BDBCE1. Grayscale: #3E3E3E. Windows color (decimal): -12434658 or 1983298. OLE color: 1983298.

HSL color Cylindrical-coordinate representation of color #42431E: hue angle of 61.62º 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 #42431E is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB666730-
CMYK0.0100.550.74
HSL61.62º38.14%19.02%-
HSV(B)61.62º55.22%26.27%-
XYZ4.495.272.01-
YUV62.48109.67130.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.49%
GREEN value IS 67 (26.56% from 255) = 41.10%
BLUE value IS 30 (12.11% from 255) = 18.40%
R=40.49%
G=41.10%
B=18.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6667300.0100.550.7461.6238.1419.02
Hex42431E10374A3e2613
Octal102103361067112764623
Binary100001010000111111010110111100101011111010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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