Shades of Swamp #143532
Tints of Swamp #143532
RGB
CMYK
RGB Variations
Color information
#143532 (or 0x143532) is known color: Swamp. HEX triplet: 14, 35 and 32. RGB value is (20,53,50). Sum of RGB (Red+Green+Blue) = 20+53+50=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 53 - color contains mainly: green. Hex color #143532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143532 is #EBCACD. Grayscale: #2A2A2A. Windows color (decimal): -15452878 or 3290388. OLE color: 3290388.
HSL color Cylindrical-coordinate representation of color #143532: hue angle of 174.55º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #143532 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 53 | 50 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.79 |
| HSL | 174.55º | 0.45% | 0.14% | - |
| HSV(B) | 174.55º | 0.62% | 0.21% | - |
| XYZ | 2.14 | 2.93 | 3.47 | - |
| YUV | 42.79 | 132.07 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 50 | 0.62 | 0 | 0.06 | 0.79 | 174.55 | 0.45 | 0.14 |
| Hex | 14 | 35 | 32 | 3E | 0 | 6 | 4F | AF | 2D | E |
| Octal | 24 | 65 | 62 | 76 | 0 | 6 | 117 | 257 | 55 | 16 |
| Binary | 10100 | 110101 | 110010 | 111110 | 0 | 110 | 1001111 | 10101111 | 101101 | 1110 |
Color Harmonies of #143532
Complementary color
Monochromatic Colors of #143532
Black with #143532
Text Example
Text Example
White with #143532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143532; }
p { color: rgb(20,53,50); }
H1.HeaderClassName
{
color: #143532;
}
.AnyTagClassName
{
color: #143532;
}
</style>
background-color css
<style>
a { background-color: #143532; }
a { background-color: rgb(20,53,50); }
div.DivClassName
{
background-color: #143532;
}
.BgClassName
{
background-color: #143532;
}
</style>
border-color css
<style>
span { border-color: #143532; }
span { border-color: rgb(20,53,50); }
td.TdClassName
{
border-color: #143532;
}
.TagClassName
{
border-color: #143532;
}
</style>