#132628

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

Shades of Swamp #132628

Tints of Swamp #132628

Color information

#132628 (or 0x132628) is unknown color: approx Swamp. HEX triplet: 13, 26 and 28. RGB value is (19,38,40). Sum of RGB (Red+Green+Blue) = 19+38+40=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 40 (16.02% from 255 or 41.24% from 97); Max value from RGB is 40 - color contains mainly: blue. Hex color #132628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132628 is #ECD9D7. Grayscale: #202020. Windows color (decimal): -15522264 or 2631187. OLE color: 2631187.

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

Color convert

RGB193840-
CMYK0.520.0500.84
HSL185.71º35.59%11.57%-
HSV(B)185.71º52.5%15.69%-
XYZ1.341.682.26-
YUV32.55132.21118.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.59%
GREEN value IS 38 (15.23% from 255) = 39.18%
BLUE value IS 40 (16.02% from 255) = 41.24%
R=19.59%
G=39.18%
B=41.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1938400.520.0500.84185.7135.5911.57
Hex132628345054ba24c
Octal23465064501242724414
Binary1001110011010100011010010101010100101110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132628; }

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

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

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

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

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

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

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

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