Html Css Color HEX #414326 El Paso

📋 copy color: '#414326'

red 65 ◦ green 67 ◦ blue 38

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

Shades of El Paso #414326

Tints of El Paso #414326

RGB

 RED value IS 65 (25.78% from 255) = 38.24%

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

 BLUE value IS 38 (15.23% from 255) = 22.35%

R = 38.24%
G = 39.41%
B = 22.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.74

RGB Variations

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

Color information

#414326 (or 0x414326) is known color: El Paso. HEX triplet: 41, 43 and 26. RGB value is (65,67,38). Sum of RGB (Red+Green+Blue) = 65+67+38=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 67 - color contains mainly: green. Hex color #414326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414326 is #BEBCD9. Grayscale: #3F3F3F. Windows color (decimal): -12500186 or 2507585. OLE color: 2507585.

HSL color Cylindrical-coordinate representation of color #414326: hue angle of 64.14º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #414326 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.74.

Color convert

RGB 65 67 38 -
CMYK 0.03 0 0.43 0.74
HSL 64.14º 0.28% 0.21% -
HSV(B) 64.14º 0.43% 0.26% -
XYZ 4.54 5.28 2.61 -
YUV 63.1 113.84 129.36 -
System Red Green Blue C M Y K H S L
Decimal 65 67 38 0.03 0 0.43 0.74 64.14 0.28 0.21
Hex 41 43 26 3 0 2B 4A 40 1C 15
Octal 101 103 46 3 0 53 112 100 34 25
Binary 1000001 1000011 100110 11 0 101011 1001010 1000000 11100 10101

Color Harmonies of #414326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414326

Black with #414326

Text Example


Text Example

White with #414326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414326; }

 p { color: rgb(65,67,38); }

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

background-color css

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

 a { background-color: rgb(65,67,38); }

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

border-color css

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

 span { border-color: rgb(65,67,38); }

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