Shades of El Paso #404225
Tints of El Paso #404225
RGB
CMYK
RGB Variations
Color information
#404225 (or 0x404225) is known color: El Paso. HEX triplet: 40, 42 and 25. RGB value is (64,66,37). Sum of RGB (Red+Green+Blue) = 64+66+37=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 66 - color contains mainly: green. Hex color #404225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404225 is #BFBDDA. Grayscale: #3E3E3E. Windows color (decimal): -12565979 or 2441792. OLE color: 2441792.
HSL color Cylindrical-coordinate representation of color #404225: hue angle of 64.14º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #404225 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 66 | 37 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.74 |
| HSL | 64.14º | 0.28% | 0.2% | - |
| HSV(B) | 64.14º | 0.44% | 0.26% | - |
| XYZ | 4.4 | 5.12 | 2.51 | - |
| YUV | 62.1 | 113.84 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 37 | 0.03 | 0 | 0.44 | 0.74 | 64.14 | 0.28 | 0.2 |
| Hex | 40 | 42 | 25 | 3 | 0 | 2C | 4A | 40 | 1C | 14 |
| Octal | 100 | 102 | 45 | 3 | 0 | 54 | 112 | 100 | 34 | 24 |
| Binary | 1000000 | 1000010 | 100101 | 11 | 0 | 101100 | 1001010 | 1000000 | 11100 | 10100 |
Color Harmonies of #404225
Complementary color
Monochromatic Colors of #404225
Black with #404225
Text Example
Text Example
White with #404225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404225; }
p { color: rgb(64,66,37); }
H1.HeaderClassName
{
color: #404225;
}
.AnyTagClassName
{
color: #404225;
}
</style>
background-color css
<style>
a { background-color: #404225; }
a { background-color: rgb(64,66,37); }
div.DivClassName
{
background-color: #404225;
}
.BgClassName
{
background-color: #404225;
}
</style>
border-color css
<style>
span { border-color: #404225; }
span { border-color: rgb(64,66,37); }
td.TdClassName
{
border-color: #404225;
}
.TagClassName
{
border-color: #404225;
}
</style>