#112826

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

Shades of Swamp #112826

Tints of Swamp #112826

Color information

#112826 (or 0x112826) is unknown color: approx Swamp. HEX triplet: 11, 28 and 26. RGB value is (17,40,38). Sum of RGB (Red+Green+Blue) = 17+40+38=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 40 (16.02% from 255 or 42.11% from 95); Blue value is 38 (15.23% from 255 or 40% from 95); Max value from RGB is 40 - color contains mainly: green. Hex color #112826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112826 is #EED7D9. Grayscale: #202020. Windows color (decimal): -15652826 or 2500625. OLE color: 2500625.

HSL color Cylindrical-coordinate representation of color #112826: hue angle of 174.78º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #112826 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.84.

Color convert

RGB174038-
CMYK0.5700.050.84
HSL174.78º40.35%11.18%-
HSV(B)174.78º57.5%15.69%-
XYZ1.341.782.11-
YUV32.89130.88116.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.89%
GREEN value IS 40 (16.02% from 255) = 42.11%
BLUE value IS 38 (15.23% from 255) = 40%
R=17.89%
G=42.11%
B=40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1740380.5700.050.84174.7840.3511.18
Hex112826390554af28b
Octal21504671051242575013
Binary1000110100010011011100101011010100101011111010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112826; }

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

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

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

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

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

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

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

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