#112426

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

Shades of Swamp #112426

Tints of Swamp #112426

Color information

#112426 (or 0x112426) is unknown color: approx Swamp. HEX triplet: 11, 24 and 26. RGB value is (17,36,38). Sum of RGB (Red+Green+Blue) = 17+36+38=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 38 (15.23% from 255 or 41.76% from 91); Max value from RGB is 38 - color contains mainly: blue. Hex color #112426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112426 is #EEDBD9. Grayscale: #1E1E1E. Windows color (decimal): -15653850 or 2499601. OLE color: 2499601.

HSL color Cylindrical-coordinate representation of color #112426: hue angle of 185.71º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #112426 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB173638-
CMYK0.550.0500.85
HSL185.71º38.18%10.78%-
HSV(B)185.71º55.26%14.9%-
XYZ1.211.522.06-
YUV30.55132.21118.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.68%
GREEN value IS 36 (14.45% from 255) = 39.56%
BLUE value IS 38 (15.23% from 255) = 41.76%
R=18.68%
G=39.56%
B=41.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1736380.550.0500.85185.7138.1810.78
Hex112426375055ba26b
Octal21444667501252724613
Binary1000110010010011011011110101010101101110101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112426; }

 p { color: rgb(17,36,38); }

 H1.HeaderClassName
 {
   color: #112426;
 }
 .AnyTagClassName
 {
   color: #112426;
 }
</style>
background-color css

<style>
 a { background-color: #112426; }

 a { background-color: rgb(17,36,38); }

 div.DivClassName
 {
   background-color: #112426;
 }
 .BgClassName
 {
   background-color: #112426;
 }
</style>
border-color css

<style>
 span { border-color: #112426; }

 span { border-color: rgb(17,36,38); }

 td.TdClassName
 {
   border-color: #112426;
 }
 .TagClassName
 {
   border-color: #112426;
 }
</style>