Shades of Swamp #123432
Tints of Swamp #123432
RGB
CMYK
RGB Variations
Color information
#123432 (or 0x123432) is known color: Swamp. HEX triplet: 12, 34 and 32. RGB value is (18,52,50). Sum of RGB (Red+Green+Blue) = 18+52+50=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 52 - color contains mainly: green. Hex color #123432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123432 is #EDCBCD. Grayscale: #292929. Windows color (decimal): -15584206 or 3290130. OLE color: 3290130.
HSL color Cylindrical-coordinate representation of color #123432: hue angle of 176.47º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #123432 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 52 | 50 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.80 |
| HSL | 176.47º | 0.49% | 0.14% | - |
| HSV(B) | 176.47º | 0.65% | 0.2% | - |
| XYZ | 2.05 | 2.81 | 3.45 | - |
| YUV | 41.61 | 132.74 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 50 | 0.65 | 0 | 0.04 | 0.80 | 176.47 | 0.49 | 0.14 |
| Hex | 12 | 34 | 32 | 41 | 0 | 4 | 50 | B0 | 31 | E |
| Octal | 22 | 64 | 62 | 101 | 0 | 4 | 120 | 260 | 61 | 16 |
| Binary | 10010 | 110100 | 110010 | 1000001 | 0 | 100 | 1010000 | 10110000 | 110001 | 1110 |
Color Harmonies of #123432
Complementary color
Monochromatic Colors of #123432
Black with #123432
Text Example
Text Example
White with #123432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123432; }
p { color: rgb(18,52,50); }
H1.HeaderClassName
{
color: #123432;
}
.AnyTagClassName
{
color: #123432;
}
</style>
background-color css
<style>
a { background-color: #123432; }
a { background-color: rgb(18,52,50); }
div.DivClassName
{
background-color: #123432;
}
.BgClassName
{
background-color: #123432;
}
</style>
border-color css
<style>
span { border-color: #123432; }
span { border-color: rgb(18,52,50); }
td.TdClassName
{
border-color: #123432;
}
.TagClassName
{
border-color: #123432;
}
</style>