Shades of Swamp #153533
Tints of Swamp #153533
RGB
CMYK
RGB Variations
Color information
#153533 (or 0x153533) is known color: Swamp. HEX triplet: 15, 35 and 33. RGB value is (21,53,51). Sum of RGB (Red+Green+Blue) = 21+53+51=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 51 (20.31% from 255 or 40.8% from 125); Max value from RGB is 53 - color contains mainly: green. Hex color #153533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153533 is #EACACC. Grayscale: #2B2B2B. Windows color (decimal): -15387341 or 3355925. OLE color: 3355925.
HSL color Cylindrical-coordinate representation of color #153533: hue angle of 176.25º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #153533 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 21 | 53 | 51 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.79 |
| HSL | 176.25º | 0.43% | 0.15% | - |
| HSV(B) | 176.25º | 0.6% | 0.21% | - |
| XYZ | 2.18 | 2.94 | 3.59 | - |
| YUV | 43.2 | 132.4 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 51 | 0.60 | 0 | 0.04 | 0.79 | 176.25 | 0.43 | 0.15 |
| Hex | 15 | 35 | 33 | 3C | 0 | 4 | 4F | B0 | 2B | F |
| Octal | 25 | 65 | 63 | 74 | 0 | 4 | 117 | 260 | 53 | 17 |
| Binary | 10101 | 110101 | 110011 | 111100 | 0 | 100 | 1001111 | 10110000 | 101011 | 1111 |
Color Harmonies of #153533
Complementary color
Monochromatic Colors of #153533
Black with #153533
Text Example
Text Example
White with #153533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153533; }
p { color: rgb(21,53,51); }
H1.HeaderClassName
{
color: #153533;
}
.AnyTagClassName
{
color: #153533;
}
</style>
background-color css
<style>
a { background-color: #153533; }
a { background-color: rgb(21,53,51); }
div.DivClassName
{
background-color: #153533;
}
.BgClassName
{
background-color: #153533;
}
</style>
border-color css
<style>
span { border-color: #153533; }
span { border-color: rgb(21,53,51); }
td.TdClassName
{
border-color: #153533;
}
.TagClassName
{
border-color: #153533;
}
</style>