Html Css Color HEX #424325 El Paso

📋 copy color: '#424325'

red 66 ◦ green 67 ◦ blue 37

#424325
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of El Paso #424325

Tints of El Paso #424325

RGB

 RED value IS 66 (26.17% from 255) = 38.82%

 GREEN value IS 67 (26.56% from 255) = 39.41%

 BLUE value IS 37 (14.84% from 255) = 21.76%

R = 38.82%
G = 39.41%
B = 21.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.74

RGB Variations

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

Color information

#424325 (or 0x424325) is known color: El Paso. HEX triplet: 42, 43 and 25. RGB value is (66,67,37). Sum of RGB (Red+Green+Blue) = 66+67+37=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 37 (14.84% from 255 or 21.76% from 170); Max value from RGB is 67 - color contains mainly: green. Hex color #424325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424325 is #BDBCDA. Grayscale: #3F3F3F. Windows color (decimal): -12434651 or 2442050. OLE color: 2442050.

HSL color Cylindrical-coordinate representation of color #424325: hue angle of 62º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #424325 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 67 37 -
CMYK 0.01 0 0.45 0.74
HSL 62º 0.29% 0.2% -
HSV(B) 62º 0.45% 0.26% -
XYZ 4.59 5.31 2.53 -
YUV 63.28 113.17 129.94 -
System Red Green Blue C M Y K H S L
Decimal 66 67 37 0.01 0 0.45 0.74 62 0.29 0.2
Hex 42 43 25 1 0 2D 4A 3E 1D 14
Octal 102 103 45 1 0 55 112 76 35 24
Binary 1000010 1000011 100101 1 0 101101 1001010 111110 11101 10100

Color Harmonies of #424325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424325

Black with #424325

Text Example


Text Example

White with #424325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424325; }

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

 H1.HeaderClassName
 {
   color: #424325;
 }
 .AnyTagClassName
 {
   color: #424325;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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