Html Css Color HEX #404130 El Paso

📋 copy color: '#404130'

red 64 ◦ green 65 ◦ blue 48

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

Shades of El Paso #404130

Tints of El Paso #404130

RGB

 RED value IS 64 (25.39% from 255) = 36.16%

 GREEN value IS 65 (25.78% from 255) = 36.72%

 BLUE value IS 48 (19.14% from 255) = 27.12%

R = 36.16%
G = 36.72%
B = 27.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#404130 (or 0x404130) is known color: El Paso. HEX triplet: 40, 41 and 30. RGB value is (64,65,48). Sum of RGB (Red+Green+Blue) = 64+65+48=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 65 - color contains mainly: green. Hex color #404130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404130 is #BFBECF. Grayscale: #3E3E3E. Windows color (decimal): -12566224 or 3162432. OLE color: 3162432.

HSL color Cylindrical-coordinate representation of color #404130: hue angle of 63.53º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #404130 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 65 48 -
CMYK 0.02 0 0.26 0.75
HSL 63.53º 0.15% 0.22% -
HSV(B) 63.53º 0.26% 0.25% -
XYZ 4.54 5.08 3.54 -
YUV 62.76 119.67 128.88 -
System Red Green Blue C M Y K H S L
Decimal 64 65 48 0.02 0 0.26 0.75 63.53 0.15 0.22
Hex 40 41 30 2 0 1A 4B 40 F 16
Octal 100 101 60 2 0 32 113 100 17 26
Binary 1000000 1000001 110000 10 0 11010 1001011 1000000 1111 10110

Color Harmonies of #404130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404130

Black with #404130

Text Example


Text Example

White with #404130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404130; }

 p { color: rgb(64,65,48); }

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

background-color css

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

 a { background-color: rgb(64,65,48); }

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

border-color css

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

 span { border-color: rgb(64,65,48); }

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