#41422F

Color #41422F El Paso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of El Paso #41422F

Tints of El Paso #41422F

Color information

#41422F (or 0x41422F) is unknown color: approx 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

RGB656647-
CMYK0.0200.290.74
HSL63.16º16.81%22.16%-
HSV(B)63.16º28.79%25.88%-
XYZ4.645.233.45-
YUV63.54118.67129.04-

RGB Variations

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

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.40%
R=36.52%
G=37.08%
B=26.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6566470.0200.290.7463.1616.8122.16
Hex41422F201D4A3f1116
Octal101102572035112772126
Binary100000110000101011111001110110010101111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>