Shades of El Paso #424324
Tints of El Paso #424324
RGB
CMYK
RGB Variations
Color information
#424324 (or 0x424324) is known color: El Paso. HEX triplet: 42, 43 and 24. RGB value is (66,67,36). Sum of RGB (Red+Green+Blue) = 66+67+36=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 67 - color contains mainly: green. Hex color #424324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424324 is #BDBCDB. Grayscale: #3F3F3F. Windows color (decimal): -12434652 or 2376514. OLE color: 2376514.
HSL color Cylindrical-coordinate representation of color #424324: hue angle of 61.94º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #424324 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 67 | 36 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.74 |
| HSL | 61.94º | 0.3% | 0.2% | - |
| HSV(B) | 61.94º | 0.46% | 0.26% | - |
| XYZ | 4.57 | 5.3 | 2.45 | - |
| YUV | 63.17 | 112.67 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 36 | 0.01 | 0 | 0.46 | 0.74 | 61.94 | 0.3 | 0.2 |
| Hex | 42 | 43 | 24 | 1 | 0 | 2E | 4A | 3E | 1E | 14 |
| Octal | 102 | 103 | 44 | 1 | 0 | 56 | 112 | 76 | 36 | 24 |
| Binary | 1000010 | 1000011 | 100100 | 1 | 0 | 101110 | 1001010 | 111110 | 11110 | 10100 |
Color Harmonies of #424324
Complementary color
Monochromatic Colors of #424324
Black with #424324
Text Example
Text Example
White with #424324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424324; }
p { color: rgb(66,67,36); }
H1.HeaderClassName
{
color: #424324;
}
.AnyTagClassName
{
color: #424324;
}
</style>
background-color css
<style>
a { background-color: #424324; }
a { background-color: rgb(66,67,36); }
div.DivClassName
{
background-color: #424324;
}
.BgClassName
{
background-color: #424324;
}
</style>
border-color css
<style>
span { border-color: #424324; }
span { border-color: rgb(66,67,36); }
td.TdClassName
{
border-color: #424324;
}
.TagClassName
{
border-color: #424324;
}
</style>