Shades of Swamp #122426
Tints of Swamp #122426
RGB
CMYK
RGB Variations
Color information
#122426 (or 0x122426) is known color: Swamp. HEX triplet: 12, 24 and 26. RGB value is (18,36,38). Sum of RGB (Red+Green+Blue) = 18+36+38=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 36 (14.45% from 255 or 39.13% from 92); Blue value is 38 (15.23% from 255 or 41.30% from 92); Max value from RGB is 38 - color contains mainly: blue. Hex color #122426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122426 is #EDDBD9. Grayscale: #1E1E1E. Windows color (decimal): -15588314 or 2499602. OLE color: 2499602.
HSL color Cylindrical-coordinate representation of color #122426: hue angle of 186º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #122426 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 36 | 38 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.85 |
| HSL | 186º | 0.36% | 0.11% | - |
| HSV(B) | 186º | 0.53% | 0.15% | - |
| XYZ | 1.23 | 1.53 | 2.06 | - |
| YUV | 30.85 | 132.04 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 38 | 0.53 | 0.05 | 0 | 0.85 | 186 | 0.36 | 0.11 |
| Hex | 12 | 24 | 26 | 35 | 5 | 0 | 55 | BA | 24 | B |
| Octal | 22 | 44 | 46 | 65 | 5 | 0 | 125 | 272 | 44 | 13 |
| Binary | 10010 | 100100 | 100110 | 110101 | 101 | 0 | 1010101 | 10111010 | 100100 | 1011 |
Color Harmonies of #122426
Complementary color
Monochromatic Colors of #122426
Black with #122426
Text Example
Text Example
White with #122426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122426; }
p { color: rgb(18,36,38); }
H1.HeaderClassName
{
color: #122426;
}
.AnyTagClassName
{
color: #122426;
}
</style>
background-color css
<style>
a { background-color: #122426; }
a { background-color: rgb(18,36,38); }
div.DivClassName
{
background-color: #122426;
}
.BgClassName
{
background-color: #122426;
}
</style>
border-color css
<style>
span { border-color: #122426; }
span { border-color: rgb(18,36,38); }
td.TdClassName
{
border-color: #122426;
}
.TagClassName
{
border-color: #122426;
}
</style>