Html Css Color HEX #41421D El Paso

📋 copy color: '#41421D'

red 65 ◦ green 66 ◦ blue 29

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

Shades of El Paso #41421D

Tints of El Paso #41421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 41.25%

 BLUE value IS 29 (11.72% from 255) = 18.13%

R = 40.63%
G = 41.25%
B = 18.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#41421D (or 0x41421D) is known color: El Paso. HEX triplet: 41, 42 and 1D. RGB value is (65,66,29). Sum of RGB (Red+Green+Blue) = 65+66+29=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 66 - color contains mainly: green. Hex color #41421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41421D is #BEBDE2. Grayscale: #3D3D3D. Windows color (decimal): -12500451 or 1917505. OLE color: 1917505.

HSL color Cylindrical-coordinate representation of color #41421D: hue angle of 61.62º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41421D is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 65 66 29 -
CMYK 0.02 0 0.56 0.74
HSL 61.62º 0.39% 0.19% -
HSV(B) 61.62º 0.56% 0.26% -
XYZ 4.35 5.11 1.92 -
YUV 61.48 109.67 130.51 -
System Red Green Blue C M Y K H S L
Decimal 65 66 29 0.02 0 0.56 0.74 61.62 0.39 0.19
Hex 41 42 1D 2 0 38 4A 3E 27 13
Octal 101 102 35 2 0 70 112 76 47 23
Binary 1000001 1000010 11101 10 0 111000 1001010 111110 100111 10011

Color Harmonies of #41421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41421D

Black with #41421D

Text Example


Text Example

White with #41421D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41421D; }

 p { color: rgb(65,66,29); }

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

background-color css

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

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

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

border-color css

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

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

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