Shades of Swamp #132625
Tints of Swamp #132625
RGB
CMYK
RGB Variations
Color information
#132625 (or 0x132625) is known color: Swamp. HEX triplet: 13, 26 and 25. RGB value is (19,38,37). Sum of RGB (Red+Green+Blue) = 19+38+37=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 38 - color contains mainly: green. Hex color #132625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132625 is #ECD9DA. Grayscale: #202020. Windows color (decimal): -15522267 or 2434579. OLE color: 2434579.
HSL color Cylindrical-coordinate representation of color #132625: hue angle of 176.84º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #132625 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 38 | 37 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.85 |
| HSL | 176.84º | 0.33% | 0.11% | - |
| HSV(B) | 176.84º | 0.5% | 0.15% | - |
| XYZ | 1.3 | 1.66 | 2 | - |
| YUV | 32.21 | 130.71 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 37 | 0.50 | 0 | 0.03 | 0.85 | 176.84 | 0.33 | 0.11 |
| Hex | 13 | 26 | 25 | 32 | 0 | 3 | 55 | B1 | 21 | B |
| Octal | 23 | 46 | 45 | 62 | 0 | 3 | 125 | 261 | 41 | 13 |
| Binary | 10011 | 100110 | 100101 | 110010 | 0 | 11 | 1010101 | 10110001 | 100001 | 1011 |
Color Harmonies of #132625
Complementary color
Monochromatic Colors of #132625
Black with #132625
Text Example
Text Example
White with #132625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132625; }
p { color: rgb(19,38,37); }
H1.HeaderClassName
{
color: #132625;
}
.AnyTagClassName
{
color: #132625;
}
</style>
background-color css
<style>
a { background-color: #132625; }
a { background-color: rgb(19,38,37); }
div.DivClassName
{
background-color: #132625;
}
.BgClassName
{
background-color: #132625;
}
</style>
border-color css
<style>
span { border-color: #132625; }
span { border-color: rgb(19,38,37); }
td.TdClassName
{
border-color: #132625;
}
.TagClassName
{
border-color: #132625;
}
</style>