Shades of Swamp #042426
Tints of Swamp #042426
RGB
CMYK
RGB Variations
Color information
#042426 (or 0x042426) is known color: Swamp. HEX triplet: 04, 24 and 26. RGB value is (4,36,38). Sum of RGB (Red+Green+Blue) = 4+36+38=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 36 (14.45% from 255 or 46.15% from 78); Blue value is 38 (15.23% from 255 or 48.72% from 78); Max value from RGB is 38 - color contains mainly: blue. Hex color #042426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042426 is #FBDBD9. Grayscale: #1A1A1A. Windows color (decimal): -16505818 or 2499588. OLE color: 2499588.
HSL color Cylindrical-coordinate representation of color #042426: hue angle of 183.53º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042426 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 36 | 38 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.85 |
| HSL | 183.53º | 0.81% | 0.08% | - |
| HSV(B) | 183.53º | 0.89% | 0.15% | - |
| XYZ | 1.03 | 1.43 | 2.05 | - |
| YUV | 26.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 36 | 38 | 0.89 | 0.05 | 0 | 0.85 | 183.53 | 0.81 | 0.08 |
| Hex | 4 | 24 | 26 | 59 | 5 | 0 | 55 | B8 | 51 | 8 |
| Octal | 4 | 44 | 46 | 131 | 5 | 0 | 125 | 270 | 121 | 10 |
| Binary | 100 | 100100 | 100110 | 1011001 | 101 | 0 | 1010101 | 10111000 | 1010001 | 1000 |
Color Harmonies of #042426
Complementary color
Monochromatic Colors of #042426
Black with #042426
Text Example
Text Example
White with #042426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042426; }
p { color: rgb(4,36,38); }
H1.HeaderClassName
{
color: #042426;
}
.AnyTagClassName
{
color: #042426;
}
</style>
background-color css
<style>
a { background-color: #042426; }
a { background-color: rgb(4,36,38); }
div.DivClassName
{
background-color: #042426;
}
.BgClassName
{
background-color: #042426;
}
</style>
border-color css
<style>
span { border-color: #042426; }
span { border-color: rgb(4,36,38); }
td.TdClassName
{
border-color: #042426;
}
.TagClassName
{
border-color: #042426;
}
</style>