Html Css Color HEX #41422F El Paso

📋 copy color: '#41422F'

red 65 ◦ green 66 ◦ blue 47

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

Shades of El Paso #41422F

Tints of El Paso #41422F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 26.4%

R = 36.52%
G = 37.08%
B = 26.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.74

RGB Variations

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

Color information

#41422F (or 0x41422F) is known color: El Paso. HEX triplet: 41, 42 and 2F. RGB value is (65,66,47). Sum of RGB (Red+Green+Blue) = 65+66+47=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 66 - color contains mainly: green. Hex color #41422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41422F is #BEBDD0. Grayscale: #3F3F3F. Windows color (decimal): -12500433 or 3097153. OLE color: 3097153.

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

Color convert

RGB 65 66 47 -
CMYK 0.02 0 0.29 0.74
HSL 63.16º 0.17% 0.22% -
HSV(B) 63.16º 0.29% 0.26% -
XYZ 4.64 5.23 3.45 -
YUV 63.54 118.67 129.04 -
System Red Green Blue C M Y K H S L
Decimal 65 66 47 0.02 0 0.29 0.74 63.16 0.17 0.22
Hex 41 42 2F 2 0 1D 4A 3F 11 16
Octal 101 102 57 2 0 35 112 77 21 26
Binary 1000001 1000010 101111 10 0 11101 1001010 111111 10001 10110

Color Harmonies of #41422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41422F

Black with #41422F

Text Example


Text Example

White with #41422F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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