#122426

Color #122426 Swamp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swamp #122426

Tints of Swamp #122426

Color information

#122426 (or 0x122426) is unknown color: approx 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

RGB183638-
CMYK0.530.0500.85
HSL186º35.71%10.98%-
HSV(B)186º52.63%14.9%-
XYZ1.231.532.06-
YUV30.85132.04118.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 19.57%
GREEN value IS 36 (14.45% from 255) = 39.13%
BLUE value IS 38 (15.23% from 255) = 41.30%
R=19.57%
G=39.13%
B=41.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1836380.530.0500.8518635.7110.98
Hex122426355055ba24b
Octal22444665501252724413
Binary1001010010010011011010110101010101101110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>