#42431F

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

Shades of El Paso #42431F

Tints of El Paso #42431F

Color information

#42431F (or 0x42431F) is unknown color: approx El Paso. HEX triplet: 42, 43 and 1F. RGB value is (66,67,31). Sum of RGB (Red+Green+Blue) = 66+67+31=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 67 - color contains mainly: green. Hex color #42431F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42431F is #BDBCE0. Grayscale: #3E3E3E. Windows color (decimal): -12434657 or 2048834. OLE color: 2048834.

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

Color convert

RGB666731-
CMYK0.0100.540.74
HSL61.67º36.73%19.22%-
HSV(B)61.67º53.73%26.27%-
XYZ4.55.272.08-
YUV62.6110.17130.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.24%
GREEN value IS 67 (26.56% from 255) = 40.85%
BLUE value IS 31 (12.5% from 255) = 18.90%
R=40.24%
G=40.85%
B=18.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6667310.0100.540.7461.6736.7319.22
Hex42431F10364A3e2513
Octal102103371066112764523
Binary100001010000111111110110110100101011111010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42431F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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