Shades of Swamp #042425
Tints of Swamp #042425
RGB
CMYK
RGB Variations
Color information
#042425 (or 0x042425) is known color: Swamp. HEX triplet: 04, 24 and 25. RGB value is (4,36,37). Sum of RGB (Red+Green+Blue) = 4+36+37=77 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.19% from 77); Green value is 36 (14.45% from 255 or 46.75% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 37 - color contains mainly: blue. Hex color #042425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042425 is #FBDBDA. Grayscale: #1A1A1A. Windows color (decimal): -16505819 or 2434052. OLE color: 2434052.
HSL color Cylindrical-coordinate representation of color #042425: hue angle of 181.82º degrees, saturation: 0.8, 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 #042425 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 36 | 37 | - |
| CMYK | 0.89 | 0.03 | 0 | 0.85 |
| HSL | 181.82º | 0.8% | 0.08% | - |
| HSV(B) | 181.82º | 0.89% | 0.15% | - |
| XYZ | 1.01 | 1.42 | 1.97 | - |
| YUV | 26.55 | 133.9 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 36 | 37 | 0.89 | 0.03 | 0 | 0.85 | 181.82 | 0.8 | 0.08 |
| Hex | 4 | 24 | 25 | 59 | 3 | 0 | 55 | B6 | 50 | 8 |
| Octal | 4 | 44 | 45 | 131 | 3 | 0 | 125 | 266 | 120 | 10 |
| Binary | 100 | 100100 | 100101 | 1011001 | 11 | 0 | 1010101 | 10110110 | 1010000 | 1000 |
Color Harmonies of #042425
Complementary color
Monochromatic Colors of #042425
Black with #042425
Text Example
Text Example
White with #042425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042425; }
p { color: rgb(4,36,37); }
H1.HeaderClassName
{
color: #042425;
}
.AnyTagClassName
{
color: #042425;
}
</style>
background-color css
<style>
a { background-color: #042425; }
a { background-color: rgb(4,36,37); }
div.DivClassName
{
background-color: #042425;
}
.BgClassName
{
background-color: #042425;
}
</style>
border-color css
<style>
span { border-color: #042425; }
span { border-color: rgb(4,36,37); }
td.TdClassName
{
border-color: #042425;
}
.TagClassName
{
border-color: #042425;
}
</style>