Shades of Swamp #142524
Tints of Swamp #142524
RGB
CMYK
RGB Variations
Color information
#142524 (or 0x142524) is known color: Swamp. HEX triplet: 14, 25 and 24. RGB value is (20,37,36). Sum of RGB (Red+Green+Blue) = 20+37+36=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 36 (14.45% from 255 or 38.71% from 93); Max value from RGB is 37 - color contains mainly: green. Hex color #142524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142524 is #EBDADB. Grayscale: #1F1F1F. Windows color (decimal): -15456988 or 2368788. OLE color: 2368788.
HSL color Cylindrical-coordinate representation of color #142524: hue angle of 176.47º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #142524 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 37 | 36 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.85 |
| HSL | 176.47º | 0.3% | 0.11% | - |
| HSV(B) | 176.47º | 0.46% | 0.15% | - |
| XYZ | 1.27 | 1.6 | 1.91 | - |
| YUV | 31.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 37 | 36 | 0.46 | 0 | 0.03 | 0.85 | 176.47 | 0.3 | 0.11 |
| Hex | 14 | 25 | 24 | 2E | 0 | 3 | 55 | B0 | 1E | B |
| Octal | 24 | 45 | 44 | 56 | 0 | 3 | 125 | 260 | 36 | 13 |
| Binary | 10100 | 100101 | 100100 | 101110 | 0 | 11 | 1010101 | 10110000 | 11110 | 1011 |
Color Harmonies of #142524
Complementary color
Monochromatic Colors of #142524
Black with #142524
Text Example
Text Example
White with #142524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142524; }
p { color: rgb(20,37,36); }
H1.HeaderClassName
{
color: #142524;
}
.AnyTagClassName
{
color: #142524;
}
</style>
background-color css
<style>
a { background-color: #142524; }
a { background-color: rgb(20,37,36); }
div.DivClassName
{
background-color: #142524;
}
.BgClassName
{
background-color: #142524;
}
</style>
border-color css
<style>
span { border-color: #142524; }
span { border-color: rgb(20,37,36); }
td.TdClassName
{
border-color: #142524;
}
.TagClassName
{
border-color: #142524;
}
</style>