Shades of El Paso #404126
Tints of El Paso #404126
RGB
CMYK
RGB Variations
Color information
#404126 (or 0x404126) is known color: El Paso. HEX triplet: 40, 41 and 26. RGB value is (64,65,38). Sum of RGB (Red+Green+Blue) = 64+65+38=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 65 - color contains mainly: green. Hex color #404126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404126 is #BFBED9. Grayscale: #3D3D3D. Windows color (decimal): -12566234 or 2507072. OLE color: 2507072.
HSL color Cylindrical-coordinate representation of color #404126: hue angle of 62.22º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #404126 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 65 | 38 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.75 |
| HSL | 62.22º | 0.26% | 0.2% | - |
| HSV(B) | 62.22º | 0.42% | 0.25% | - |
| XYZ | 4.35 | 5.01 | 2.57 | - |
| YUV | 61.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 38 | 0.02 | 0 | 0.42 | 0.75 | 62.22 | 0.26 | 0.2 |
| Hex | 40 | 41 | 26 | 2 | 0 | 2A | 4B | 3E | 1A | 14 |
| Octal | 100 | 101 | 46 | 2 | 0 | 52 | 113 | 76 | 32 | 24 |
| Binary | 1000000 | 1000001 | 100110 | 10 | 0 | 101010 | 1001011 | 111110 | 11010 | 10100 |
Color Harmonies of #404126
Complementary color
Monochromatic Colors of #404126
Black with #404126
Text Example
Text Example
White with #404126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404126; }
p { color: rgb(64,65,38); }
H1.HeaderClassName
{
color: #404126;
}
.AnyTagClassName
{
color: #404126;
}
</style>
background-color css
<style>
a { background-color: #404126; }
a { background-color: rgb(64,65,38); }
div.DivClassName
{
background-color: #404126;
}
.BgClassName
{
background-color: #404126;
}
</style>
border-color css
<style>
span { border-color: #404126; }
span { border-color: rgb(64,65,38); }
td.TdClassName
{
border-color: #404126;
}
.TagClassName
{
border-color: #404126;
}
</style>