#424425

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

Shades of El Paso #424425

Tints of El Paso #424425

Color information

#424425 (or 0x424425) is unknown color: approx El Paso. HEX triplet: 42, 44 and 25. RGB value is (66,68,37). Sum of RGB (Red+Green+Blue) = 66+68+37=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 68 - color contains mainly: green. Hex color #424425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424425 is #BDBBDA. Grayscale: #3F3F3F. Windows color (decimal): -12434395 or 2442306. OLE color: 2442306.

HSL color Cylindrical-coordinate representation of color #424425: hue angle of 63.87º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #424425 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB666837-
CMYK0.0300.460.73
HSL63.87º29.52%20.59%-
HSV(B)63.87º45.59%26.67%-
XYZ4.655.432.55-
YUV63.87112.84129.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.60%
GREEN value IS 68 (26.95% from 255) = 39.77%
BLUE value IS 37 (14.84% from 255) = 21.64%
R=38.60%
G=39.77%
B=21.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6668370.0300.460.7363.8729.5220.59
Hex424425302E49401e15
Octal1021044530561111003625
Binary10000101000100100101110101110100100110000001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424425; }

 p { color: rgb(66,68,37); }

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

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

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

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

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

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

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