#132626

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

Shades of Swamp #132626

Tints of Swamp #132626

Color information

#132626 (or 0x132626) is unknown color: approx Swamp. HEX triplet: 13, 26 and 26. RGB value is (19,38,38). Sum of RGB (Red+Green+Blue) = 19+38+38=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 38 (15.23% from 255 or 40% from 95); Max value from RGB is 38 - color contains mainly: green, blue. Hex color #132626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132626 is #ECD9D9. Grayscale: #202020. Windows color (decimal): -15522266 or 2500115. OLE color: 2500115.

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

Color convert

RGB193838-
CMYK0.50000.85
HSL180º33.33%11.18%-
HSV(B)180º50%14.9%-
XYZ1.311.662.09-
YUV32.32131.21118.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20%
GREEN value IS 38 (15.23% from 255) = 40%
BLUE value IS 38 (15.23% from 255) = 40%
R=20%
G=40%
B=40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1938380.50000.8518033.3311.18
Hex132626320055b421b
Octal23464662001252644113
Binary10011100110100110110010001010101101101001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132626; }

 p { color: rgb(19,38,38); }

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

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

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

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

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

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

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