#132928

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

Shades of Swamp #132928

Tints of Swamp #132928

Color information

#132928 (or 0x132928) is unknown color: approx Swamp. HEX triplet: 13, 29 and 28. RGB value is (19,41,40). Sum of RGB (Red+Green+Blue) = 19+41+40=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 41 (16.41% from 255 or 41% from 100); Blue value is 40 (16.02% from 255 or 40% from 100); Max value from RGB is 41 - color contains mainly: green. Hex color #132928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132928 is #ECD6D7. Grayscale: #222222. Windows color (decimal): -15521496 or 2631955. OLE color: 2631955.

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

Color convert

RGB194140-
CMYK0.5400.020.84
HSL177.27º36.67%11.76%-
HSV(B)177.27º53.66%16.08%-
XYZ1.441.882.29-
YUV34.31131.21117.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19%
GREEN value IS 41 (16.41% from 255) = 41%
BLUE value IS 40 (16.02% from 255) = 40%
R=19%
G=41%
B=40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1941400.5400.020.84177.2736.6711.76
Hex132928360254b125c
Octal23515066021242614514
Binary100111010011010001101100101010100101100011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132928; }

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

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

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

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

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

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

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

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