Shades of El Paso #404224
Tints of El Paso #404224
RGB
CMYK
RGB Variations
Color information
#404224 (or 0x404224) is known color: El Paso. HEX triplet: 40, 42 and 24. RGB value is (64,66,36). Sum of RGB (Red+Green+Blue) = 64+66+36=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 66 - color contains mainly: green. Hex color #404224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404224 is #BFBDDB. Grayscale: #3E3E3E. Windows color (decimal): -12565980 or 2376256. OLE color: 2376256.
HSL color Cylindrical-coordinate representation of color #404224: hue angle of 64º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #404224 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 66 | 36 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.74 |
| HSL | 64º | 0.29% | 0.2% | - |
| HSV(B) | 64º | 0.45% | 0.26% | - |
| XYZ | 4.38 | 5.11 | 2.43 | - |
| YUV | 61.98 | 113.34 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 36 | 0.03 | 0 | 0.45 | 0.74 | 64 | 0.29 | 0.2 |
| Hex | 40 | 42 | 24 | 3 | 0 | 2D | 4A | 40 | 1D | 14 |
| Octal | 100 | 102 | 44 | 3 | 0 | 55 | 112 | 100 | 35 | 24 |
| Binary | 1000000 | 1000010 | 100100 | 11 | 0 | 101101 | 1001010 | 1000000 | 11101 | 10100 |
Color Harmonies of #404224
Complementary color
Monochromatic Colors of #404224
Black with #404224
Text Example
Text Example
White with #404224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404224; }
p { color: rgb(64,66,36); }
H1.HeaderClassName
{
color: #404224;
}
.AnyTagClassName
{
color: #404224;
}
</style>
background-color css
<style>
a { background-color: #404224; }
a { background-color: rgb(64,66,36); }
div.DivClassName
{
background-color: #404224;
}
.BgClassName
{
background-color: #404224;
}
</style>
border-color css
<style>
span { border-color: #404224; }
span { border-color: rgb(64,66,36); }
td.TdClassName
{
border-color: #404224;
}
.TagClassName
{
border-color: #404224;
}
</style>