Shades of El Paso #424425
Tints of El Paso #424425
RGB
CMYK
RGB Variations
Color information
#424425 (or 0x424425) is known color: El Paso. HEX triplet: 42, 44 and 25. RGB value is (66,68,37). Sum of RGB (Red+Green+Blue) = 66+68+37=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 68 - color contains mainly: green. Hex color #424425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424425 is #BDBBDA. Grayscale: #3F3F3F. Windows color (decimal): -12434395 or 2442306. OLE color: 2442306.
HSL color Cylindrical-coordinate representation of color #424425: hue angle of 63.87º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #424425 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 68 | 37 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.73 |
| HSL | 63.87º | 0.3% | 0.21% | - |
| HSV(B) | 63.87º | 0.46% | 0.27% | - |
| XYZ | 4.65 | 5.43 | 2.55 | - |
| YUV | 63.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 68 | 37 | 0.03 | 0 | 0.46 | 0.73 | 63.87 | 0.3 | 0.21 |
| Hex | 42 | 44 | 25 | 3 | 0 | 2E | 49 | 40 | 1E | 15 |
| Octal | 102 | 104 | 45 | 3 | 0 | 56 | 111 | 100 | 36 | 25 |
| Binary | 1000010 | 1000100 | 100101 | 11 | 0 | 101110 | 1001001 | 1000000 | 11110 | 10101 |
Color Harmonies of #424425
Complementary color
Monochromatic Colors of #424425
Black with #424425
Text Example
Text Example
White with #424425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424425; }
p { color: rgb(66,68,37); }
H1.HeaderClassName
{
color: #424425;
}
.AnyTagClassName
{
color: #424425;
}
</style>
background-color css
<style>
a { background-color: #424425; }
a { background-color: rgb(66,68,37); }
div.DivClassName
{
background-color: #424425;
}
.BgClassName
{
background-color: #424425;
}
</style>
border-color css
<style>
span { border-color: #424425; }
span { border-color: rgb(66,68,37); }
td.TdClassName
{
border-color: #424425;
}
.TagClassName
{
border-color: #424425;
}
</style>