#424230

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

Shades of El Paso #424230

Tints of El Paso #424230

Color information

#424230 (or 0x424230) is unknown color: approx El Paso. HEX triplet: 42, 42 and 30. RGB value is (66,66,48). Sum of RGB (Red+Green+Blue) = 66+66+48=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424230 is #BDBDCF. Grayscale: #404040. Windows color (decimal): -12434896 or 3162690. OLE color: 3162690.

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

Color convert

RGB666648-
CMYK000.270.74
HSL60º15.79%22.35%-
HSV(B)60º27.27%25.88%-
XYZ4.735.273.56-
YUV63.95119129.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.67%
GREEN value IS 66 (26.17% from 255) = 36.67%
BLUE value IS 48 (19.14% from 255) = 26.67%
R=36.67%
G=36.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666648000.270.746015.7922.35
Hex424230001B4A3c1016
Octal102102600033112742026
Binary10000101000010110000001101110010101111001000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424230; }

 p { color: rgb(66,66,48); }

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

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

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

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

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

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

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