Html Css Color HEX #41422A El Paso

📋 copy color: '#41422A'

red 65 ◦ green 66 ◦ blue 42

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

Shades of El Paso #41422A

Tints of El Paso #41422A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.28%

R = 37.57%
G = 38.15%
B = 24.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.74

RGB Variations

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

Color information

#41422A (or 0x41422A) is known color: El Paso. HEX triplet: 41, 42 and 2A. RGB value is (65,66,42). Sum of RGB (Red+Green+Blue) = 65+66+42=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 66 - color contains mainly: green. Hex color #41422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41422A is #BEBDD5. Grayscale: #3F3F3F. Windows color (decimal): -12500438 or 2769473. OLE color: 2769473.

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

Color convert

RGB 65 66 42 -
CMYK 0.02 0 0.36 0.74
HSL 62.5º 0.22% 0.21% -
HSV(B) 62.5º 0.36% 0.26% -
XYZ 4.55 5.19 2.95 -
YUV 62.97 116.17 129.45 -
System Red Green Blue C M Y K H S L
Decimal 65 66 42 0.02 0 0.36 0.74 62.5 0.22 0.21
Hex 41 42 2A 2 0 24 4A 3F 16 15
Octal 101 102 52 2 0 44 112 77 26 25
Binary 1000001 1000010 101010 10 0 100100 1001010 111111 10110 10101

Color Harmonies of #41422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41422A

Black with #41422A

Text Example


Text Example

White with #41422A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41422A; }

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

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

background-color css

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

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

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

border-color css

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

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

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