Shades of El Paso #424423
Tints of El Paso #424423
RGB
CMYK
RGB Variations
Color information
#424423 (or 0x424423) is known color: El Paso. HEX triplet: 42, 44 and 23. RGB value is (66,68,35). Sum of RGB (Red+Green+Blue) = 66+68+35=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 35 (14.06% from 255 or 20.71% from 169); Max value from RGB is 68 - color contains mainly: green. Hex color #424423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424423 is #BDBBDC. Grayscale: #3F3F3F. Windows color (decimal): -12434397 or 2311234. OLE color: 2311234.
HSL color Cylindrical-coordinate representation of color #424423: hue angle of 63.64º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #424423 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 68 | 35 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.73 |
| HSL | 63.64º | 0.32% | 0.2% | - |
| HSV(B) | 63.64º | 0.49% | 0.27% | - |
| XYZ | 4.62 | 5.41 | 2.39 | - |
| YUV | 63.64 | 111.84 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 68 | 35 | 0.03 | 0 | 0.49 | 0.73 | 63.64 | 0.32 | 0.2 |
| Hex | 42 | 44 | 23 | 3 | 0 | 31 | 49 | 40 | 20 | 14 |
| Octal | 102 | 104 | 43 | 3 | 0 | 61 | 111 | 100 | 40 | 24 |
| Binary | 1000010 | 1000100 | 100011 | 11 | 0 | 110001 | 1001001 | 1000000 | 100000 | 10100 |
Color Harmonies of #424423
Complementary color
Monochromatic Colors of #424423
Black with #424423
Text Example
Text Example
White with #424423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424423; }
p { color: rgb(66,68,35); }
H1.HeaderClassName
{
color: #424423;
}
.AnyTagClassName
{
color: #424423;
}
</style>
background-color css
<style>
a { background-color: #424423; }
a { background-color: rgb(66,68,35); }
div.DivClassName
{
background-color: #424423;
}
.BgClassName
{
background-color: #424423;
}
</style>
border-color css
<style>
span { border-color: #424423; }
span { border-color: rgb(66,68,35); }
td.TdClassName
{
border-color: #424423;
}
.TagClassName
{
border-color: #424423;
}
</style>