Shades of Swamp #133432
Tints of Swamp #133432
RGB
CMYK
RGB Variations
Color information
#133432 (or 0x133432) is known color: Swamp. HEX triplet: 13, 34 and 32. RGB value is (19,52,50). Sum of RGB (Red+Green+Blue) = 19+52+50=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #133432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133432 is #ECCBCD. Grayscale: #292929. Windows color (decimal): -15518670 or 3290131. OLE color: 3290131.
HSL color Cylindrical-coordinate representation of color #133432: hue angle of 176.36º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133432 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 52 | 50 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.80 |
| HSL | 176.36º | 0.46% | 0.14% | - |
| HSV(B) | 176.36º | 0.63% | 0.2% | - |
| XYZ | 2.07 | 2.82 | 3.45 | - |
| YUV | 41.91 | 132.57 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 50 | 0.63 | 0 | 0.04 | 0.80 | 176.36 | 0.46 | 0.14 |
| Hex | 13 | 34 | 32 | 3F | 0 | 4 | 50 | B0 | 2E | E |
| Octal | 23 | 64 | 62 | 77 | 0 | 4 | 120 | 260 | 56 | 16 |
| Binary | 10011 | 110100 | 110010 | 111111 | 0 | 100 | 1010000 | 10110000 | 101110 | 1110 |
Color Harmonies of #133432
Complementary color
Monochromatic Colors of #133432
Black with #133432
Text Example
Text Example
White with #133432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133432; }
p { color: rgb(19,52,50); }
H1.HeaderClassName
{
color: #133432;
}
.AnyTagClassName
{
color: #133432;
}
</style>
background-color css
<style>
a { background-color: #133432; }
a { background-color: rgb(19,52,50); }
div.DivClassName
{
background-color: #133432;
}
.BgClassName
{
background-color: #133432;
}
</style>
border-color css
<style>
span { border-color: #133432; }
span { border-color: rgb(19,52,50); }
td.TdClassName
{
border-color: #133432;
}
.TagClassName
{
border-color: #133432;
}
</style>